Shades of Hacienda #A47A12
Tints of Hacienda #A47A12
RGB
CMYK
RGB Variations
Color information
#A47A12 (or 0xA47A12) is known color: Hacienda. HEX triplet: A4, 7A and 12. RGB value is (164,122,18). Sum of RGB (Red+Green+Blue) = 164+122+18=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A12 is #5B85ED. Grayscale: #7B7B7B. Windows color (decimal): -5998062 or 1211044. OLE color: 1211044.
HSL color Cylindrical-coordinate representation of color #A47A12: hue angle of 42.74º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A47A12 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 18 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.36 |
| HSL | 42.74º | 0.8% | 0.36% | - |
| HSV(B) | 42.74º | 0.89% | 0.64% | - |
| XYZ | 22.38 | 21.86 | 3.61 | - |
| YUV | 122.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 18 | 0 | 0.26 | 0.89 | 0.36 | 42.74 | 0.8 | 0.36 |
| Hex | A4 | 7A | 12 | 0 | 1A | 59 | 24 | 2B | 50 | 24 |
| Octal | 244 | 172 | 22 | 0 | 32 | 131 | 44 | 53 | 120 | 44 |
| Binary | 10100100 | 1111010 | 10010 | 0 | 11010 | 1011001 | 100100 | 101011 | 1010000 | 100100 |
Color Harmonies of #A47A12
Complementary color
Monochromatic Colors of #A47A12
Black with #A47A12
Text Example
Text Example
White with #A47A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A12; }
p { color: rgb(164,122,18); }
H1.HeaderClassName
{
color: #A47A12;
}
.AnyTagClassName
{
color: #A47A12;
}
</style>
background-color css
<style>
a { background-color: #A47A12; }
a { background-color: rgb(164,122,18); }
div.DivClassName
{
background-color: #A47A12;
}
.BgClassName
{
background-color: #A47A12;
}
</style>
border-color css
<style>
span { border-color: #A47A12; }
span { border-color: rgb(164,122,18); }
td.TdClassName
{
border-color: #A47A12;
}
.TagClassName
{
border-color: #A47A12;
}
</style>