Shades of Hacienda #A08A13
Tints of Hacienda #A08A13
RGB
CMYK
RGB Variations
Color information
#A08A13 (or 0xA08A13) is known color: Hacienda. HEX triplet: A0, 8A and 13. RGB value is (160,138,19). Sum of RGB (Red+Green+Blue) = 160+138+19=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A13 is #5F75EC. Grayscale: #838383. Windows color (decimal): -6256109 or 1280672. OLE color: 1280672.
HSL color Cylindrical-coordinate representation of color #A08A13: hue angle of 50.64º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A08A13 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 19 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.37 |
| HSL | 50.64º | 0.79% | 0.35% | - |
| HSV(B) | 50.64º | 0.88% | 0.63% | - |
| XYZ | 23.7 | 25.7 | 4.33 | - |
| YUV | 131.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 19 | 0 | 0.14 | 0.88 | 0.37 | 50.64 | 0.79 | 0.35 |
| Hex | A0 | 8A | 13 | 0 | E | 58 | 25 | 33 | 4F | 23 |
| Octal | 240 | 212 | 23 | 0 | 16 | 130 | 45 | 63 | 117 | 43 |
| Binary | 10100000 | 10001010 | 10011 | 0 | 1110 | 1011000 | 100101 | 110011 | 1001111 | 100011 |
Color Harmonies of #A08A13
Complementary color
Monochromatic Colors of #A08A13
Black with #A08A13
Text Example
Text Example
White with #A08A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A13; }
p { color: rgb(160,138,19); }
H1.HeaderClassName
{
color: #A08A13;
}
.AnyTagClassName
{
color: #A08A13;
}
</style>
background-color css
<style>
a { background-color: #A08A13; }
a { background-color: rgb(160,138,19); }
div.DivClassName
{
background-color: #A08A13;
}
.BgClassName
{
background-color: #A08A13;
}
</style>
border-color css
<style>
span { border-color: #A08A13; }
span { border-color: rgb(160,138,19); }
td.TdClassName
{
border-color: #A08A13;
}
.TagClassName
{
border-color: #A08A13;
}
</style>