Shades of Hacienda #A07A22
Tints of Hacienda #A07A22
RGB
CMYK
RGB Variations
Color information
#A07A22 (or 0xA07A22) is known color: Hacienda. HEX triplet: A0, 7A and 22. RGB value is (160,122,34). Sum of RGB (Red+Green+Blue) = 160+122+34=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A22 is #5F85DD. Grayscale: #7B7B7B. Windows color (decimal): -6260190 or 2259616. OLE color: 2259616.
HSL color Cylindrical-coordinate representation of color #A07A22: hue angle of 41.9º degrees, saturation: 0.65, 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 #A07A22 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 34 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.37 |
| HSL | 41.9º | 0.65% | 0.38% | - |
| HSV(B) | 41.9º | 0.79% | 0.63% | - |
| XYZ | 21.75 | 21.51 | 4.52 | - |
| YUV | 123.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 34 | 0 | 0.24 | 0.79 | 0.37 | 41.9 | 0.65 | 0.38 |
| Hex | A0 | 7A | 22 | 0 | 18 | 4F | 25 | 2A | 41 | 26 |
| Octal | 240 | 172 | 42 | 0 | 30 | 117 | 45 | 52 | 101 | 46 |
| Binary | 10100000 | 1111010 | 100010 | 0 | 11000 | 1001111 | 100101 | 101010 | 1000001 | 100110 |
Color Harmonies of #A07A22
Complementary color
Monochromatic Colors of #A07A22
Black with #A07A22
Text Example
Text Example
White with #A07A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A22; }
p { color: rgb(160,122,34); }
H1.HeaderClassName
{
color: #A07A22;
}
.AnyTagClassName
{
color: #A07A22;
}
</style>
background-color css
<style>
a { background-color: #A07A22; }
a { background-color: rgb(160,122,34); }
div.DivClassName
{
background-color: #A07A22;
}
.BgClassName
{
background-color: #A07A22;
}
</style>
border-color css
<style>
span { border-color: #A07A22; }
span { border-color: rgb(160,122,34); }
td.TdClassName
{
border-color: #A07A22;
}
.TagClassName
{
border-color: #A07A22;
}
</style>