Shades of Hacienda #A08824
Tints of Hacienda #A08824
RGB
CMYK
RGB Variations
Color information
#A08824 (or 0xA08824) is known color: Hacienda. HEX triplet: A0, 88 and 24. RGB value is (160,136,36). Sum of RGB (Red+Green+Blue) = 160+136+36=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A08824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08824 is #5F77DB. Grayscale: #848484. Windows color (decimal): -6256604 or 2394272. OLE color: 2394272.
HSL color Cylindrical-coordinate representation of color #A08824: hue angle of 48.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A08824 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 36 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.37 |
| HSL | 48.39º | 0.63% | 0.38% | - |
| HSV(B) | 48.39º | 0.78% | 0.63% | - |
| XYZ | 23.62 | 25.21 | 5.29 | - |
| YUV | 131.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 36 | 0 | 0.15 | 0.78 | 0.37 | 48.39 | 0.63 | 0.38 |
| Hex | A0 | 88 | 24 | 0 | F | 4E | 25 | 30 | 3F | 26 |
| Octal | 240 | 210 | 44 | 0 | 17 | 116 | 45 | 60 | 77 | 46 |
| Binary | 10100000 | 10001000 | 100100 | 0 | 1111 | 1001110 | 100101 | 110000 | 111111 | 100110 |
Color Harmonies of #A08824
Complementary color
Monochromatic Colors of #A08824
Black with #A08824
Text Example
Text Example
White with #A08824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08824; }
p { color: rgb(160,136,36); }
H1.HeaderClassName
{
color: #A08824;
}
.AnyTagClassName
{
color: #A08824;
}
</style>
background-color css
<style>
a { background-color: #A08824; }
a { background-color: rgb(160,136,36); }
div.DivClassName
{
background-color: #A08824;
}
.BgClassName
{
background-color: #A08824;
}
</style>
border-color css
<style>
span { border-color: #A08824; }
span { border-color: rgb(160,136,36); }
td.TdClassName
{
border-color: #A08824;
}
.TagClassName
{
border-color: #A08824;
}
</style>