Color spaces of #a2855d
RGB | 162 | 133 | 93 |
---|---|---|---|
HSL | 0.10 | 0.27 | 0.50 |
HSV | 35° | 43° | 64° |
CMYK | 0.00 | 0.18 | 0.43 0.36 |
XYZ | 25.2636 | 25.2468 | 13.8975 |
Yxy | 25.2468 | 0.3922 | 0.3920 |
Hunter Lab | 50.2462 | 1.8183 | 18.7734 |
CIE-Lab | 57.3151 | 5.4679 | 25.7070 |
#a2855d color RGB value is (162,133,93).
#a2855d hex color red value is 162, green value is 133 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a2855d hue: 0.10 , saturation: 0.27 and the lightness value of a2855d is 0.50.
The process color (four color CMYK) of #a2855d color hex is 0.00, 0.18, 0.43, 0.36. Web safe color of #a2855d is #999966. Color #a2855d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10000101 | 01011101 |
Octal | 242 | 205 | 135 |
Decimal | 162 | 133 | 93 |
Hex | A2 | 85 | 5D |
Shades of #a2855d
Tints of #a2855d
RGB Percentages of Color #a2855d
CMYK Percentages of Color #a2855d
Complementary Color
#a2855d | #5d7aa2 |
#a2855d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2855d Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2855d Color CSS Codes
.mybgcolor {background-color:#a2855d; } .myforecolor {color:#a2855d; } .mybordercolor {border:3px solid #a2855d; }
#a2855d Text Font Color
<p style="color:#a2855d">Text here</p>
This sample text font color is #a2855d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a2855d Background Color
<div style="background-color:#a2855d">
Div content here</div>
This div background color is #a2855d
#a2855d Border Color
<div style="border:3px solid #a2855d">
Div here</div>
This div border color is #a2855d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,133,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2855d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2855d; -webkit-box-shadow: 1px 1px 3px 2px #a2855d; box-shadow: 1px 1px 3px 2px #a2855d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,133,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2855d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2855d; -webkit-box-shadow: 1px 1px 3px 2px #a2855d; box-shadow: 1px 1px 3px 2px #a2855d;">
Div content here</div>
This div box has shadow with color #a2855d
Comments
No comments written yet.
Please login to write comment.