Color spaces of #a47a6a
RGB | 164 | 122 | 106 |
---|---|---|---|
HSL | 0.05 | 0.24 | 0.53 |
HSV | 17° | 35° | 64° |
CMYK | 0.00 | 0.26 | 0.35 0.36 |
XYZ | 24.8709 | 22.8522 | 16.7357 |
Yxy | 22.8522 | 0.3858 | 0.3545 |
Hunter Lab | 47.8040 | 9.2110 | 12.7059 |
CIE-Lab | 54.9198 | 14.1181 | 15.1421 |
#a47a6a color RGB value is (164,122,106).
#a47a6a hex color red value is 164, green value is 122 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a47a6a hue: 0.05 , saturation: 0.24 and the lightness value of a47a6a is 0.53.
The process color (four color CMYK) of #a47a6a color hex is 0.00, 0.26, 0.35, 0.36. Web safe color of #a47a6a is #996666. Color #a47a6a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01111010 | 01101010 |
Octal | 244 | 172 | 152 |
Decimal | 164 | 122 | 106 |
Hex | A4 | 7A | 6A |
Shades of #a47a6a
Tints of #a47a6a
RGB Percentages of Color #a47a6a
CMYK Percentages of Color #a47a6a
Complementary Color
#a47a6a | #6a94a4 |
#a47a6a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a47a6a Color Preview on White Background
Lorem ipsum dolor sit amet.
#a47a6a Color CSS Codes
.mybgcolor {background-color:#a47a6a; } .myforecolor {color:#a47a6a; } .mybordercolor {border:3px solid #a47a6a; }
#a47a6a Text Font Color
<p style="color:#a47a6a">Text here</p>
This sample text font color is #a47a6a
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.
#a47a6a Background Color
<div style="background-color:#a47a6a">
Div content here</div>
This div background color is #a47a6a
#a47a6a Border Color
<div style="border:3px solid #a47a6a">
Div here</div>
This div border color is #a47a6a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,122,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a47a6a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a47a6a; -webkit-box-shadow: 1px 1px 3px 2px #a47a6a; box-shadow: 1px 1px 3px 2px #a47a6a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,122,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a47a6a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a47a6a; -webkit-box-shadow: 1px 1px 3px 2px #a47a6a; box-shadow: 1px 1px 3px 2px #a47a6a;">
Div content here</div>
This div box has shadow with color #a47a6a
#a47a6a Color Palettes
Comments
No comments written yet.
Please login to write comment.