Shades of Hacienda #A98821
Tints of Hacienda #A98821
RGB
CMYK
RGB Variations
Color information
#A98821 (or 0xA98821) is known color: Hacienda. HEX triplet: A9, 88 and 21. RGB value is (169,136,33). Sum of RGB (Red+Green+Blue) = 169+136+33=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A98821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98821 is #5677DE. Grayscale: #868686. Windows color (decimal): -5666783 or 2197673. OLE color: 2197673.
HSL color Cylindrical-coordinate representation of color #A98821: hue angle of 45.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A98821 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 33 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.34 |
| HSL | 45.44º | 0.67% | 0.4% | - |
| HSV(B) | 45.44º | 0.8% | 0.66% | - |
| XYZ | 25.44 | 26.15 | 5.15 | - |
| YUV | 134.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 33 | 0 | 0.20 | 0.80 | 0.34 | 45.44 | 0.67 | 0.4 |
| Hex | A9 | 88 | 21 | 0 | 14 | 50 | 22 | 2D | 43 | 28 |
| Octal | 251 | 210 | 41 | 0 | 24 | 120 | 42 | 55 | 103 | 50 |
| Binary | 10101001 | 10001000 | 100001 | 0 | 10100 | 1010000 | 100010 | 101101 | 1000011 | 101000 |
Color Harmonies of #A98821
Complementary color
Monochromatic Colors of #A98821
Black with #A98821
Text Example
Text Example
White with #A98821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98821; }
p { color: rgb(169,136,33); }
H1.HeaderClassName
{
color: #A98821;
}
.AnyTagClassName
{
color: #A98821;
}
</style>
background-color css
<style>
a { background-color: #A98821; }
a { background-color: rgb(169,136,33); }
div.DivClassName
{
background-color: #A98821;
}
.BgClassName
{
background-color: #A98821;
}
</style>
border-color css
<style>
span { border-color: #A98821; }
span { border-color: rgb(169,136,33); }
td.TdClassName
{
border-color: #A98821;
}
.TagClassName
{
border-color: #A98821;
}
</style>