Shades of Hacienda #A08722
Tints of Hacienda #A08722
RGB
CMYK
RGB Variations
Color information
#A08722 (or 0xA08722) is known color: Hacienda. HEX triplet: A0, 87 and 22. RGB value is (160,135,34). Sum of RGB (Red+Green+Blue) = 160+135+34=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A08722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08722 is #5F78DD. Grayscale: #838383. Windows color (decimal): -6256862 or 2262944. OLE color: 2262944.
HSL color Cylindrical-coordinate representation of color #A08722: hue angle of 48.1º 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 #A08722 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 34 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.37 |
| HSL | 48.1º | 0.65% | 0.38% | - |
| HSV(B) | 48.1º | 0.79% | 0.63% | - |
| XYZ | 23.45 | 24.92 | 5.09 | - |
| YUV | 130.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 34 | 0 | 0.16 | 0.79 | 0.37 | 48.1 | 0.65 | 0.38 |
| Hex | A0 | 87 | 22 | 0 | 10 | 4F | 25 | 30 | 41 | 26 |
| Octal | 240 | 207 | 42 | 0 | 20 | 117 | 45 | 60 | 101 | 46 |
| Binary | 10100000 | 10000111 | 100010 | 0 | 10000 | 1001111 | 100101 | 110000 | 1000001 | 100110 |
Color Harmonies of #A08722
Complementary color
Monochromatic Colors of #A08722
Black with #A08722
Text Example
Text Example
White with #A08722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08722; }
p { color: rgb(160,135,34); }
H1.HeaderClassName
{
color: #A08722;
}
.AnyTagClassName
{
color: #A08722;
}
</style>
background-color css
<style>
a { background-color: #A08722; }
a { background-color: rgb(160,135,34); }
div.DivClassName
{
background-color: #A08722;
}
.BgClassName
{
background-color: #A08722;
}
</style>
border-color css
<style>
span { border-color: #A08722; }
span { border-color: rgb(160,135,34); }
td.TdClassName
{
border-color: #A08722;
}
.TagClassName
{
border-color: #A08722;
}
</style>