Color spaces of #ad711b
RGB | 173 | 113 | 27 |
---|---|---|---|
HSL | 0.10 | 0.73 | 0.39 |
HSV | 35° | 84° | 68° |
CMYK | 0.00 | 0.35 | 0.84 0.32 |
XYZ | 23.3365 | 20.7736 | 3.8167 |
Yxy | 20.7736 | 0.4869 | 0.4334 |
Hunter Lab | 45.5781 | 11.6325 | 26.9397 |
CIE-Lab | 52.7008 | 16.9657 | 52.9952 |
#ad711b color RGB value is (173,113,27).
#ad711b hex color red value is 173, green value is 113 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ad711b hue: 0.10 , saturation: 0.73 and the lightness value of ad711b is 0.39.
The process color (four color CMYK) of #ad711b color hex is 0.00, 0.35, 0.84, 0.32. Web safe color of #ad711b is #996633. Color #ad711b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01110001 | 00011011 |
Octal | 255 | 161 | 33 |
Decimal | 173 | 113 | 27 |
Hex | AD | 71 | 1B |
Shades of #ad711b
Tints of #ad711b
RGB Percentages of Color #ad711b
CMYK Percentages of Color #ad711b
Complementary Color
#ad711b | #1b57ad |
#ad711b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad711b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad711b Color CSS Codes
.mybgcolor {background-color:#ad711b; } .myforecolor {color:#ad711b; } .mybordercolor {border:3px solid #ad711b; }
#ad711b Text Font Color
<p style="color:#ad711b">Text here</p>
This sample text font color is #ad711b
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.
#ad711b Background Color
<div style="background-color:#ad711b">
Div content here</div>
This div background color is #ad711b
#ad711b Border Color
<div style="border:3px solid #ad711b">
Div here</div>
This div border color is #ad711b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,113,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad711b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad711b; -webkit-box-shadow: 1px 1px 3px 2px #ad711b; box-shadow: 1px 1px 3px 2px #ad711b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,113,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad711b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad711b; -webkit-box-shadow: 1px 1px 3px 2px #ad711b; box-shadow: 1px 1px 3px 2px #ad711b;">
Div content here</div>
This div box has shadow with color #ad711b
Comments
No comments written yet.
Please login to write comment.