Shades of Hacienda #A87912
Tints of Hacienda #A87912
RGB
CMYK
RGB Variations
Color information
#A87912 (or 0xA87912) is known color: Hacienda. HEX triplet: A8, 79 and 12. RGB value is (168,121,18). Sum of RGB (Red+Green+Blue) = 168+121+18=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A87912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87912 is #5786ED. Grayscale: #7B7B7B. Windows color (decimal): -5736174 or 1210792. OLE color: 1210792.
HSL color Cylindrical-coordinate representation of color #A87912: hue angle of 41.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A87912 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 18 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.34 |
| HSL | 41.2º | 0.81% | 0.36% | - |
| HSV(B) | 41.2º | 0.89% | 0.66% | - |
| XYZ | 23.1 | 22.04 | 3.61 | - |
| YUV | 123.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 18 | 0 | 0.28 | 0.89 | 0.34 | 41.2 | 0.81 | 0.36 |
| Hex | A8 | 79 | 12 | 0 | 1C | 59 | 22 | 29 | 51 | 24 |
| Octal | 250 | 171 | 22 | 0 | 34 | 131 | 42 | 51 | 121 | 44 |
| Binary | 10101000 | 1111001 | 10010 | 0 | 11100 | 1011001 | 100010 | 101001 | 1010001 | 100100 |
Color Harmonies of #A87912
Complementary color
Monochromatic Colors of #A87912
Black with #A87912
Text Example
Text Example
White with #A87912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87912; }
p { color: rgb(168,121,18); }
H1.HeaderClassName
{
color: #A87912;
}
.AnyTagClassName
{
color: #A87912;
}
</style>
background-color css
<style>
a { background-color: #A87912; }
a { background-color: rgb(168,121,18); }
div.DivClassName
{
background-color: #A87912;
}
.BgClassName
{
background-color: #A87912;
}
</style>
border-color css
<style>
span { border-color: #A87912; }
span { border-color: rgb(168,121,18); }
td.TdClassName
{
border-color: #A87912;
}
.TagClassName
{
border-color: #A87912;
}
</style>