Color spaces of #ad763f
RGB | 173 | 118 | 63 |
---|---|---|---|
HSL | 0.08 | 0.47 | 0.46 |
HSV | 30° | 64° | 68° |
CMYK | 0.00 | 0.32 | 0.64 0.32 |
XYZ | 24.6092 | 22.2000 | 7.6906 |
Yxy | 22.2000 | 0.4515 | 0.4073 |
Hunter Lab | 47.1169 | 10.7762 | 23.3043 |
CIE-Lab | 54.2386 | 15.9287 | 38.4280 |
#ad763f color RGB value is (173,118,63).
#ad763f hex color red value is 173, green value is 118 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ad763f hue: 0.08 , saturation: 0.47 and the lightness value of ad763f is 0.46.
The process color (four color CMYK) of #ad763f color hex is 0.00, 0.32, 0.64, 0.32. Web safe color of #ad763f is #996633. Color #ad763f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01110110 | 00111111 |
Octal | 255 | 166 | 77 |
Decimal | 173 | 118 | 63 |
Hex | AD | 76 | 3F |
Shades of #ad763f
Tints of #ad763f
RGB Percentages of Color #ad763f
CMYK Percentages of Color #ad763f
Complementary Color
#ad763f | #3f76ad |
#ad763f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad763f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad763f Color CSS Codes
.mybgcolor {background-color:#ad763f; } .myforecolor {color:#ad763f; } .mybordercolor {border:3px solid #ad763f; }
#ad763f Text Font Color
<p style="color:#ad763f">Text here</p>
This sample text font color is #ad763f
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.
#ad763f Background Color
<div style="background-color:#ad763f">
Div content here</div>
This div background color is #ad763f
#ad763f Border Color
<div style="border:3px solid #ad763f">
Div here</div>
This div border color is #ad763f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,118,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad763f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad763f; -webkit-box-shadow: 1px 1px 3px 2px #ad763f; box-shadow: 1px 1px 3px 2px #ad763f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,118,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad763f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad763f; -webkit-box-shadow: 1px 1px 3px 2px #ad763f; box-shadow: 1px 1px 3px 2px #ad763f;">
Div content here</div>
This div box has shadow with color #ad763f
Comments
No comments written yet.
Please login to write comment.