Color spaces of #a97241
RGB | 169 | 114 | 65 |
---|---|---|---|
HSL | 0.08 | 0.44 | 0.46 |
HSV | 28° | 62° | 66° |
CMYK | 0.00 | 0.33 | 0.62 0.34 |
XYZ | 23.3336 | 20.8513 | 7.7959 |
Yxy | 20.8513 | 0.4489 | 0.4011 |
Hunter Lab | 45.6632 | 11.3017 | 21.8419 |
CIE-Lab | 52.7864 | 16.5840 | 35.5486 |
#a97241 color RGB value is (169,114,65).
#a97241 hex color red value is 169, green value is 114 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a97241 hue: 0.08 , saturation: 0.44 and the lightness value of a97241 is 0.46.
The process color (four color CMYK) of #a97241 color hex is 0.00, 0.33, 0.62, 0.34. Web safe color of #a97241 is #996633. Color #a97241 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01110010 | 01000001 |
Octal | 251 | 162 | 101 |
Decimal | 169 | 114 | 65 |
Hex | A9 | 72 | 41 |
Shades of #a97241
Tints of #a97241
RGB Percentages of Color #a97241
CMYK Percentages of Color #a97241
Complementary Color
#a97241 | #4178a9 |
#a97241 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a97241 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a97241 Color CSS Codes
.mybgcolor {background-color:#a97241; } .myforecolor {color:#a97241; } .mybordercolor {border:3px solid #a97241; }
#a97241 Text Font Color
<p style="color:#a97241">Text here</p>
This sample text font color is #a97241
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.
#a97241 Background Color
<div style="background-color:#a97241">
Div content here</div>
This div background color is #a97241
#a97241 Border Color
<div style="border:3px solid #a97241">
Div here</div>
This div border color is #a97241
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,114,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a97241; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a97241; -webkit-box-shadow: 1px 1px 3px 2px #a97241; box-shadow: 1px 1px 3px 2px #a97241; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,114,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a97241">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a97241; -webkit-box-shadow: 1px 1px 3px 2px #a97241; box-shadow: 1px 1px 3px 2px #a97241;">
Div content here</div>
This div box has shadow with color #a97241
Comments
No comments written yet.
Please login to write comment.