Shades of Hacienda #A08019
Tints of Hacienda #A08019
RGB
CMYK
RGB Variations
Color information
#A08019 (or 0xA08019) is known color: Hacienda. HEX triplet: A0, 80 and 19. RGB value is (160,128,25). Sum of RGB (Red+Green+Blue) = 160+128+25=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A08019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08019 is #5F7FE6. Grayscale: #7E7E7E. Windows color (decimal): -6258663 or 1671328. OLE color: 1671328.
HSL color Cylindrical-coordinate representation of color #A08019: hue angle of 45.78º 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 #A08019 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 25 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.37 |
| HSL | 45.78º | 0.73% | 0.36% | - |
| HSV(B) | 45.78º | 0.84% | 0.63% | - |
| XYZ | 22.39 | 22.98 | 4.18 | - |
| YUV | 125.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 25 | 0 | 0.20 | 0.84 | 0.37 | 45.78 | 0.73 | 0.36 |
| Hex | A0 | 80 | 19 | 0 | 14 | 54 | 25 | 2E | 49 | 24 |
| Octal | 240 | 200 | 31 | 0 | 24 | 124 | 45 | 56 | 111 | 44 |
| Binary | 10100000 | 10000000 | 11001 | 0 | 10100 | 1010100 | 100101 | 101110 | 1001001 | 100100 |
Color Harmonies of #A08019
Complementary color
Monochromatic Colors of #A08019
Black with #A08019
Text Example
Text Example
White with #A08019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08019; }
p { color: rgb(160,128,25); }
H1.HeaderClassName
{
color: #A08019;
}
.AnyTagClassName
{
color: #A08019;
}
</style>
background-color css
<style>
a { background-color: #A08019; }
a { background-color: rgb(160,128,25); }
div.DivClassName
{
background-color: #A08019;
}
.BgClassName
{
background-color: #A08019;
}
</style>
border-color css
<style>
span { border-color: #A08019; }
span { border-color: rgb(160,128,25); }
td.TdClassName
{
border-color: #A08019;
}
.TagClassName
{
border-color: #A08019;
}
</style>