Shades of Hacienda #A08C22
Tints of Hacienda #A08C22
RGB
CMYK
RGB Variations
Color information
#A08C22 (or 0xA08C22) is known color: Hacienda. HEX triplet: A0, 8C and 22. RGB value is (160,140,34). Sum of RGB (Red+Green+Blue) = 160+140+34=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C22 is #5F73DD. Grayscale: #868686. Windows color (decimal): -6255582 or 2264224. OLE color: 2264224.
HSL color Cylindrical-coordinate representation of color #A08C22: hue angle of 50.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A08C22 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 34 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.37 |
| HSL | 50.48º | 0.65% | 0.38% | - |
| HSV(B) | 50.48º | 0.79% | 0.63% | - |
| XYZ | 24.16 | 26.35 | 5.32 | - |
| YUV | 133.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 34 | 0 | 0.12 | 0.79 | 0.37 | 50.48 | 0.65 | 0.38 |
| Hex | A0 | 8C | 22 | 0 | C | 4F | 25 | 32 | 41 | 26 |
| Octal | 240 | 214 | 42 | 0 | 14 | 117 | 45 | 62 | 101 | 46 |
| Binary | 10100000 | 10001100 | 100010 | 0 | 1100 | 1001111 | 100101 | 110010 | 1000001 | 100110 |
Color Harmonies of #A08C22
Complementary color
Monochromatic Colors of #A08C22
Black with #A08C22
Text Example
Text Example
White with #A08C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C22; }
p { color: rgb(160,140,34); }
H1.HeaderClassName
{
color: #A08C22;
}
.AnyTagClassName
{
color: #A08C22;
}
</style>
background-color css
<style>
a { background-color: #A08C22; }
a { background-color: rgb(160,140,34); }
div.DivClassName
{
background-color: #A08C22;
}
.BgClassName
{
background-color: #A08C22;
}
</style>
border-color css
<style>
span { border-color: #A08C22; }
span { border-color: rgb(160,140,34); }
td.TdClassName
{
border-color: #A08C22;
}
.TagClassName
{
border-color: #A08C22;
}
</style>