Color spaces of #ad835a
RGB | 173 | 131 | 90 |
---|---|---|---|
HSL | 0.08 | 0.34 | 0.52 |
HSV | 30° | 48° | 68° |
CMYK | 0.00 | 0.24 | 0.48 0.32 |
XYZ | 27.1953 | 25.8550 | 13.2300 |
Yxy | 25.8550 | 0.4103 | 0.3901 |
Hunter Lab | 50.8478 | 6.4848 | 20.1669 |
CIE-Lab | 57.8992 | 10.9436 | 28.3527 |
#ad835a color RGB value is (173,131,90).
#ad835a hex color red value is 173, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ad835a hue: 0.08 , saturation: 0.34 and the lightness value of ad835a is 0.52.
The process color (four color CMYK) of #ad835a color hex is 0.00, 0.24, 0.48, 0.32. Web safe color of #ad835a is #999966. Color #ad835a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10000011 | 01011010 |
Octal | 255 | 203 | 132 |
Decimal | 173 | 131 | 90 |
Hex | AD | 83 | 5A |
Shades of #ad835a
Tints of #ad835a
RGB Percentages of Color #ad835a
CMYK Percentages of Color #ad835a
Complementary Color
#ad835a | #5a84ad |
#ad835a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad835a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad835a Color CSS Codes
.mybgcolor {background-color:#ad835a; } .myforecolor {color:#ad835a; } .mybordercolor {border:3px solid #ad835a; }
#ad835a Text Font Color
<p style="color:#ad835a">Text here</p>
This sample text font color is #ad835a
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.
#ad835a Background Color
<div style="background-color:#ad835a">
Div content here</div>
This div background color is #ad835a
#ad835a Border Color
<div style="border:3px solid #ad835a">
Div here</div>
This div border color is #ad835a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,131,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad835a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad835a; -webkit-box-shadow: 1px 1px 3px 2px #ad835a; box-shadow: 1px 1px 3px 2px #ad835a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,131,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad835a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad835a; -webkit-box-shadow: 1px 1px 3px 2px #ad835a; box-shadow: 1px 1px 3px 2px #ad835a;">
Div content here</div>
This div box has shadow with color #ad835a
Comments
No comments written yet.
Please login to write comment.