Color spaces of #a4896b
RGB | 164 | 137 | 107 |
---|---|---|---|
HSL | 0.09 | 0.24 | 0.53 |
HSV | 32° | 35° | 64° |
CMYK | 0.00 | 0.16 | 0.35 0.36 |
XYZ | 26.9093 | 26.8454 | 17.6733 |
Yxy | 26.8454 | 0.3767 | 0.3758 |
Hunter Lab | 51.8125 | 2.0336 | 16.0449 |
CIE-Lab | 58.8310 | 5.7682 | 19.9211 |
#a4896b color RGB value is (164,137,107).
#a4896b hex color red value is 164, green value is 137 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a4896b hue: 0.09 , saturation: 0.24 and the lightness value of a4896b is 0.53.
The process color (four color CMYK) of #a4896b color hex is 0.00, 0.16, 0.35, 0.36. Web safe color of #a4896b is #999966. Color #a4896b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10001001 | 01101011 |
Octal | 244 | 211 | 153 |
Decimal | 164 | 137 | 107 |
Hex | A4 | 89 | 6B |
Shades of #a4896b
Tints of #a4896b
RGB Percentages of Color #a4896b
CMYK Percentages of Color #a4896b
Complementary Color
#a4896b | #6b86a4 |
#a4896b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4896b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4896b Color CSS Codes
.mybgcolor {background-color:#a4896b; } .myforecolor {color:#a4896b; } .mybordercolor {border:3px solid #a4896b; }
#a4896b Text Font Color
<p style="color:#a4896b">Text here</p>
This sample text font color is #a4896b
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.
#a4896b Background Color
<div style="background-color:#a4896b">
Div content here</div>
This div background color is #a4896b
#a4896b Border Color
<div style="border:3px solid #a4896b">
Div here</div>
This div border color is #a4896b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,137,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4896b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4896b; -webkit-box-shadow: 1px 1px 3px 2px #a4896b; box-shadow: 1px 1px 3px 2px #a4896b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,137,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4896b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4896b; -webkit-box-shadow: 1px 1px 3px 2px #a4896b; box-shadow: 1px 1px 3px 2px #a4896b;">
Div content here</div>
This div box has shadow with color #a4896b
Comments
No comments written yet.
Please login to write comment.