Shades of Hacienda #A47A17
Tints of Hacienda #A47A17
RGB
CMYK
RGB Variations
Color information
#A47A17 (or 0xA47A17) is known color: Hacienda. HEX triplet: A4, 7A and 17. RGB value is (164,122,23). Sum of RGB (Red+Green+Blue) = 164+122+23=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A17 is #5B85E8. Grayscale: #7B7B7B. Windows color (decimal): -5998057 or 1538724. OLE color: 1538724.
HSL color Cylindrical-coordinate representation of color #A47A17: hue angle of 42.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A47A17 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 23 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.36 |
| HSL | 42.13º | 0.75% | 0.37% | - |
| HSV(B) | 42.13º | 0.86% | 0.64% | - |
| XYZ | 22.42 | 21.87 | 3.85 | - |
| YUV | 123.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 23 | 0 | 0.26 | 0.86 | 0.36 | 42.13 | 0.75 | 0.37 |
| Hex | A4 | 7A | 17 | 0 | 1A | 56 | 24 | 2A | 4B | 25 |
| Octal | 244 | 172 | 27 | 0 | 32 | 126 | 44 | 52 | 113 | 45 |
| Binary | 10100100 | 1111010 | 10111 | 0 | 11010 | 1010110 | 100100 | 101010 | 1001011 | 100101 |
Color Harmonies of #A47A17
Complementary color
Monochromatic Colors of #A47A17
Black with #A47A17
Text Example
Text Example
White with #A47A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A17; }
p { color: rgb(164,122,23); }
H1.HeaderClassName
{
color: #A47A17;
}
.AnyTagClassName
{
color: #A47A17;
}
</style>
background-color css
<style>
a { background-color: #A47A17; }
a { background-color: rgb(164,122,23); }
div.DivClassName
{
background-color: #A47A17;
}
.BgClassName
{
background-color: #A47A17;
}
</style>
border-color css
<style>
span { border-color: #A47A17; }
span { border-color: rgb(164,122,23); }
td.TdClassName
{
border-color: #A47A17;
}
.TagClassName
{
border-color: #A47A17;
}
</style>