Shades of Hacienda #A07A21
Tints of Hacienda #A07A21
RGB
CMYK
RGB Variations
Color information
#A07A21 (or 0xA07A21) is known color: Hacienda. HEX triplet: A0, 7A and 21. RGB value is (160,122,33). Sum of RGB (Red+Green+Blue) = 160+122+33=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A21 is #5F85DE. Grayscale: #7B7B7B. Windows color (decimal): -6260191 or 2194080. OLE color: 2194080.
HSL color Cylindrical-coordinate representation of color #A07A21: hue angle of 42.05º degrees, saturation: 0.66, 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 #A07A21 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 33 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.37 |
| HSL | 42.05º | 0.66% | 0.38% | - |
| HSV(B) | 42.05º | 0.79% | 0.63% | - |
| XYZ | 21.73 | 21.5 | 4.44 | - |
| YUV | 123.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 33 | 0 | 0.24 | 0.79 | 0.37 | 42.05 | 0.66 | 0.38 |
| Hex | A0 | 7A | 21 | 0 | 18 | 4F | 25 | 2A | 42 | 26 |
| Octal | 240 | 172 | 41 | 0 | 30 | 117 | 45 | 52 | 102 | 46 |
| Binary | 10100000 | 1111010 | 100001 | 0 | 11000 | 1001111 | 100101 | 101010 | 1000010 | 100110 |
Color Harmonies of #A07A21
Complementary color
Monochromatic Colors of #A07A21
Black with #A07A21
Text Example
Text Example
White with #A07A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A21; }
p { color: rgb(160,122,33); }
H1.HeaderClassName
{
color: #A07A21;
}
.AnyTagClassName
{
color: #A07A21;
}
</style>
background-color css
<style>
a { background-color: #A07A21; }
a { background-color: rgb(160,122,33); }
div.DivClassName
{
background-color: #A07A21;
}
.BgClassName
{
background-color: #A07A21;
}
</style>
border-color css
<style>
span { border-color: #A07A21; }
span { border-color: rgb(160,122,33); }
td.TdClassName
{
border-color: #A07A21;
}
.TagClassName
{
border-color: #A07A21;
}
</style>