Color spaces of #ad976a
RGB | 173 | 151 | 106 |
---|---|---|---|
HSL | 0.11 | 0.29 | 0.55 |
HSV | 40° | 39° | 68° |
CMYK | 0.00 | 0.13 | 0.39 0.32 |
XYZ | 30.9017 | 32.0581 | 18.1948 |
Yxy | 32.0581 | 0.3808 | 0.3950 |
Hunter Lab | 56.6199 | -1.6640 | 20.5811 |
CIE-Lab | 63.3909 | 1.6076 | 26.7204 |
#ad976a color RGB value is (173,151,106).
#ad976a hex color red value is 173, green value is 151 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ad976a hue: 0.11 , saturation: 0.29 and the lightness value of ad976a is 0.55.
The process color (four color CMYK) of #ad976a color hex is 0.00, 0.13, 0.39, 0.32. Web safe color of #ad976a is #999966. Color #ad976a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10010111 | 01101010 |
Octal | 255 | 227 | 152 |
Decimal | 173 | 151 | 106 |
Hex | AD | 97 | 6A |
Shades of #ad976a
Tints of #ad976a
RGB Percentages of Color #ad976a
CMYK Percentages of Color #ad976a
Complementary Color
#ad976a | #6a80ad |
#ad976a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad976a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad976a Color CSS Codes
.mybgcolor {background-color:#ad976a; } .myforecolor {color:#ad976a; } .mybordercolor {border:3px solid #ad976a; }
#ad976a Text Font Color
<p style="color:#ad976a">Text here</p>
This sample text font color is #ad976a
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.
#ad976a Background Color
<div style="background-color:#ad976a">
Div content here</div>
This div background color is #ad976a
#ad976a Border Color
<div style="border:3px solid #ad976a">
Div here</div>
This div border color is #ad976a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,151,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad976a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad976a; -webkit-box-shadow: 1px 1px 3px 2px #ad976a; box-shadow: 1px 1px 3px 2px #ad976a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,151,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad976a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad976a; -webkit-box-shadow: 1px 1px 3px 2px #ad976a; box-shadow: 1px 1px 3px 2px #ad976a;">
Div content here</div>
This div box has shadow with color #ad976a
Comments
No comments written yet.
Please login to write comment.