Shades of Hacienda #A08721
Tints of Hacienda #A08721
RGB
CMYK
RGB Variations
Color information
#A08721 (or 0xA08721) is known color: Hacienda. HEX triplet: A0, 87 and 21. RGB value is (160,135,33). Sum of RGB (Red+Green+Blue) = 160+135+33=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A08721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08721 is #5F78DE. Grayscale: #838383. Windows color (decimal): -6256863 or 2197408. OLE color: 2197408.
HSL color Cylindrical-coordinate representation of color #A08721: hue angle of 48.19º degrees, saturation: 0.66, 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 #A08721 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 33 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.37 |
| HSL | 48.19º | 0.66% | 0.38% | - |
| HSV(B) | 48.19º | 0.79% | 0.63% | - |
| XYZ | 23.44 | 24.91 | 5.01 | - |
| YUV | 130.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 33 | 0 | 0.16 | 0.79 | 0.37 | 48.19 | 0.66 | 0.38 |
| Hex | A0 | 87 | 21 | 0 | 10 | 4F | 25 | 30 | 42 | 26 |
| Octal | 240 | 207 | 41 | 0 | 20 | 117 | 45 | 60 | 102 | 46 |
| Binary | 10100000 | 10000111 | 100001 | 0 | 10000 | 1001111 | 100101 | 110000 | 1000010 | 100110 |
Color Harmonies of #A08721
Complementary color
Monochromatic Colors of #A08721
Black with #A08721
Text Example
Text Example
White with #A08721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08721; }
p { color: rgb(160,135,33); }
H1.HeaderClassName
{
color: #A08721;
}
.AnyTagClassName
{
color: #A08721;
}
</style>
background-color css
<style>
a { background-color: #A08721; }
a { background-color: rgb(160,135,33); }
div.DivClassName
{
background-color: #A08721;
}
.BgClassName
{
background-color: #A08721;
}
</style>
border-color css
<style>
span { border-color: #A08721; }
span { border-color: rgb(160,135,33); }
td.TdClassName
{
border-color: #A08721;
}
.TagClassName
{
border-color: #A08721;
}
</style>