Shades of Hacienda #A08A19
Tints of Hacienda #A08A19
RGB
CMYK
RGB Variations
Color information
#A08A19 (or 0xA08A19) is known color: Hacienda. HEX triplet: A0, 8A and 19. RGB value is (160,138,25). Sum of RGB (Red+Green+Blue) = 160+138+25=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A19 is #5F75E6. Grayscale: #848484. Windows color (decimal): -6256103 or 1673888. OLE color: 1673888.
HSL color Cylindrical-coordinate representation of color #A08A19: hue angle of 50.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A08A19 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 25 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.37 |
| HSL | 50.22º | 0.73% | 0.36% | - |
| HSV(B) | 50.22º | 0.84% | 0.63% | - |
| XYZ | 23.76 | 25.72 | 4.63 | - |
| YUV | 131.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 25 | 0 | 0.14 | 0.84 | 0.37 | 50.22 | 0.73 | 0.36 |
| Hex | A0 | 8A | 19 | 0 | E | 54 | 25 | 32 | 49 | 24 |
| Octal | 240 | 212 | 31 | 0 | 16 | 124 | 45 | 62 | 111 | 44 |
| Binary | 10100000 | 10001010 | 11001 | 0 | 1110 | 1010100 | 100101 | 110010 | 1001001 | 100100 |
Color Harmonies of #A08A19
Complementary color
Monochromatic Colors of #A08A19
Black with #A08A19
Text Example
Text Example
White with #A08A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A19; }
p { color: rgb(160,138,25); }
H1.HeaderClassName
{
color: #A08A19;
}
.AnyTagClassName
{
color: #A08A19;
}
</style>
background-color css
<style>
a { background-color: #A08A19; }
a { background-color: rgb(160,138,25); }
div.DivClassName
{
background-color: #A08A19;
}
.BgClassName
{
background-color: #A08A19;
}
</style>
border-color css
<style>
span { border-color: #A08A19; }
span { border-color: rgb(160,138,25); }
td.TdClassName
{
border-color: #A08A19;
}
.TagClassName
{
border-color: #A08A19;
}
</style>