Shades of Hacienda #A08922
Tints of Hacienda #A08922
RGB
CMYK
RGB Variations
Color information
#A08922 (or 0xA08922) is known color: Hacienda. HEX triplet: A0, 89 and 22. RGB value is (160,137,34). Sum of RGB (Red+Green+Blue) = 160+137+34=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A08922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08922 is #5F76DD. Grayscale: #848484. Windows color (decimal): -6256350 or 2263456. OLE color: 2263456.
HSL color Cylindrical-coordinate representation of color #A08922: hue angle of 49.05º 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 #A08922 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 34 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.37 |
| HSL | 49.05º | 0.65% | 0.38% | - |
| HSV(B) | 49.05º | 0.79% | 0.63% | - |
| XYZ | 23.73 | 25.48 | 5.18 | - |
| YUV | 132.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 34 | 0 | 0.14 | 0.79 | 0.37 | 49.05 | 0.65 | 0.38 |
| Hex | A0 | 89 | 22 | 0 | E | 4F | 25 | 31 | 41 | 26 |
| Octal | 240 | 211 | 42 | 0 | 16 | 117 | 45 | 61 | 101 | 46 |
| Binary | 10100000 | 10001001 | 100010 | 0 | 1110 | 1001111 | 100101 | 110001 | 1000001 | 100110 |
Color Harmonies of #A08922
Complementary color
Monochromatic Colors of #A08922
Black with #A08922
Text Example
Text Example
White with #A08922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08922; }
p { color: rgb(160,137,34); }
H1.HeaderClassName
{
color: #A08922;
}
.AnyTagClassName
{
color: #A08922;
}
</style>
background-color css
<style>
a { background-color: #A08922; }
a { background-color: rgb(160,137,34); }
div.DivClassName
{
background-color: #A08922;
}
.BgClassName
{
background-color: #A08922;
}
</style>
border-color css
<style>
span { border-color: #A08922; }
span { border-color: rgb(160,137,34); }
td.TdClassName
{
border-color: #A08922;
}
.TagClassName
{
border-color: #A08922;
}
</style>