Shades of Hacienda #A07A08
Tints of Hacienda #A07A08
RGB
CMYK
RGB Variations
Color information
#A07A08 (or 0xA07A08) is known color: Hacienda. HEX triplet: A0, 7A and 08. RGB value is (160,122,8). Sum of RGB (Red+Green+Blue) = 160+122+8=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A08 is #5F85F7. Grayscale: #787878. Windows color (decimal): -6260216 or 555680. OLE color: 555680.
HSL color Cylindrical-coordinate representation of color #A07A08: hue angle of 45º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A07A08 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 8 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.37 |
| HSL | 45º | 0.9% | 0.33% | - |
| HSV(B) | 45º | 0.95% | 0.63% | - |
| XYZ | 21.5 | 21.41 | 3.23 | - |
| YUV | 120.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 8 | 0 | 0.24 | 0.95 | 0.37 | 45 | 0.9 | 0.33 |
| Hex | A0 | 7A | 8 | 0 | 18 | 5F | 25 | 2D | 5A | 21 |
| Octal | 240 | 172 | 10 | 0 | 30 | 137 | 45 | 55 | 132 | 41 |
| Binary | 10100000 | 1111010 | 1000 | 0 | 11000 | 1011111 | 100101 | 101101 | 1011010 | 100001 |
Color Harmonies of #A07A08
Complementary color
Monochromatic Colors of #A07A08
Black with #A07A08
Text Example
Text Example
White with #A07A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A08; }
p { color: rgb(160,122,8); }
H1.HeaderClassName
{
color: #A07A08;
}
.AnyTagClassName
{
color: #A07A08;
}
</style>
background-color css
<style>
a { background-color: #A07A08; }
a { background-color: rgb(160,122,8); }
div.DivClassName
{
background-color: #A07A08;
}
.BgClassName
{
background-color: #A07A08;
}
</style>
border-color css
<style>
span { border-color: #A07A08; }
span { border-color: rgb(160,122,8); }
td.TdClassName
{
border-color: #A07A08;
}
.TagClassName
{
border-color: #A07A08;
}
</style>