Color spaces of #a36972
RGB | 163 | 105 | 114 |
---|---|---|---|
HSL | 0.97 | 0.24 | 0.53 |
HSV | 351° | 36° | 64° |
CMYK | 0.00 | 0.36 | 0.30 0.36 |
XYZ | 23.1931 | 19.1046 | 18.3847 |
Yxy | 19.1046 | 0.3822 | 0.3148 |
Hunter Lab | 43.7088 | 18.2266 | 5.6577 |
CIE-Lab | 50.8094 | 24.4759 | 4.6462 |
#a36972 color RGB value is (163,105,114).
#a36972 hex color red value is 163, green value is 105 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a36972 hue: 0.97 , saturation: 0.24 and the lightness value of a36972 is 0.53.
The process color (four color CMYK) of #a36972 color hex is 0.00, 0.36, 0.30, 0.36. Web safe color of #a36972 is #996666. Color #a36972 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01101001 | 01110010 |
Octal | 243 | 151 | 162 |
Decimal | 163 | 105 | 114 |
Hex | A3 | 69 | 72 |
Shades of #a36972
Tints of #a36972
RGB Percentages of Color #a36972
CMYK Percentages of Color #a36972
Complementary Color
#a36972 | #69a39a |
#a36972 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a36972 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a36972 Color CSS Codes
.mybgcolor {background-color:#a36972; } .myforecolor {color:#a36972; } .mybordercolor {border:3px solid #a36972; }
#a36972 Text Font Color
<p style="color:#a36972">Text here</p>
This sample text font color is #a36972
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.
#a36972 Background Color
<div style="background-color:#a36972">
Div content here</div>
This div background color is #a36972
#a36972 Border Color
<div style="border:3px solid #a36972">
Div here</div>
This div border color is #a36972
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,105,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a36972; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a36972; -webkit-box-shadow: 1px 1px 3px 2px #a36972; box-shadow: 1px 1px 3px 2px #a36972; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,105,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a36972">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a36972; -webkit-box-shadow: 1px 1px 3px 2px #a36972; box-shadow: 1px 1px 3px 2px #a36972;">
Div content here</div>
This div box has shadow with color #a36972
Comments
No comments written yet.
Please login to write comment.