Shades of Hacienda #A08524
Tints of Hacienda #A08524
RGB
CMYK
RGB Variations
Color information
#A08524 (or 0xA08524) is known color: Hacienda. HEX triplet: A0, 85 and 24. RGB value is (160,133,36). Sum of RGB (Red+Green+Blue) = 160+133+36=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A08524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08524 is #5F7ADB. Grayscale: #828282. Windows color (decimal): -6257372 or 2393504. OLE color: 2393504.
HSL color Cylindrical-coordinate representation of color #A08524: hue angle of 46.94º 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 #A08524 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 36 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.37 |
| HSL | 46.94º | 0.63% | 0.38% | - |
| HSV(B) | 46.94º | 0.78% | 0.63% | - |
| XYZ | 23.2 | 24.38 | 5.15 | - |
| YUV | 130.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 36 | 0 | 0.17 | 0.78 | 0.37 | 46.94 | 0.63 | 0.38 |
| Hex | A0 | 85 | 24 | 0 | 11 | 4E | 25 | 2F | 3F | 26 |
| Octal | 240 | 205 | 44 | 0 | 21 | 116 | 45 | 57 | 77 | 46 |
| Binary | 10100000 | 10000101 | 100100 | 0 | 10001 | 1001110 | 100101 | 101111 | 111111 | 100110 |
Color Harmonies of #A08524
Complementary color
Monochromatic Colors of #A08524
Black with #A08524
Text Example
Text Example
White with #A08524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08524; }
p { color: rgb(160,133,36); }
H1.HeaderClassName
{
color: #A08524;
}
.AnyTagClassName
{
color: #A08524;
}
</style>
background-color css
<style>
a { background-color: #A08524; }
a { background-color: rgb(160,133,36); }
div.DivClassName
{
background-color: #A08524;
}
.BgClassName
{
background-color: #A08524;
}
</style>
border-color css
<style>
span { border-color: #A08524; }
span { border-color: rgb(160,133,36); }
td.TdClassName
{
border-color: #A08524;
}
.TagClassName
{
border-color: #A08524;
}
</style>