Shades of Hacienda #A08C18
Tints of Hacienda #A08C18
RGB
CMYK
RGB Variations
Color information
#A08C18 (or 0xA08C18) is known color: Hacienda. HEX triplet: A0, 8C and 18. RGB value is (160,140,24). Sum of RGB (Red+Green+Blue) = 160+140+24=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C18 is #5F73E7. Grayscale: #858585. Windows color (decimal): -6255592 or 1608864. OLE color: 1608864.
HSL color Cylindrical-coordinate representation of color #A08C18: hue angle of 51.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A08C18 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 24 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.37 |
| HSL | 51.18º | 0.74% | 0.36% | - |
| HSV(B) | 51.18º | 0.85% | 0.63% | - |
| XYZ | 24.04 | 26.3 | 4.67 | - |
| YUV | 132.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 24 | 0 | 0.12 | 0.85 | 0.37 | 51.18 | 0.74 | 0.36 |
| Hex | A0 | 8C | 18 | 0 | C | 55 | 25 | 33 | 4A | 24 |
| Octal | 240 | 214 | 30 | 0 | 14 | 125 | 45 | 63 | 112 | 44 |
| Binary | 10100000 | 10001100 | 11000 | 0 | 1100 | 1010101 | 100101 | 110011 | 1001010 | 100100 |
Color Harmonies of #A08C18
Complementary color
Monochromatic Colors of #A08C18
Black with #A08C18
Text Example
Text Example
White with #A08C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C18; }
p { color: rgb(160,140,24); }
H1.HeaderClassName
{
color: #A08C18;
}
.AnyTagClassName
{
color: #A08C18;
}
</style>
background-color css
<style>
a { background-color: #A08C18; }
a { background-color: rgb(160,140,24); }
div.DivClassName
{
background-color: #A08C18;
}
.BgClassName
{
background-color: #A08C18;
}
</style>
border-color css
<style>
span { border-color: #A08C18; }
span { border-color: rgb(160,140,24); }
td.TdClassName
{
border-color: #A08C18;
}
.TagClassName
{
border-color: #A08C18;
}
</style>