Shades of Hacienda #A98819
Tints of Hacienda #A98819
RGB
CMYK
RGB Variations
Color information
#A98819 (or 0xA98819) is known color: Hacienda. HEX triplet: A9, 88 and 19. RGB value is (169,136,25). Sum of RGB (Red+Green+Blue) = 169+136+25=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A98819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98819 is #5677E6. Grayscale: #858585. Windows color (decimal): -5666791 or 1673385. OLE color: 1673385.
HSL color Cylindrical-coordinate representation of color #A98819: hue angle of 46.25º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A98819 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 25 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.34 |
| HSL | 46.25º | 0.74% | 0.38% | - |
| HSV(B) | 46.25º | 0.85% | 0.66% | - |
| XYZ | 25.34 | 26.11 | 4.62 | - |
| YUV | 133.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 25 | 0 | 0.20 | 0.85 | 0.34 | 46.25 | 0.74 | 0.38 |
| Hex | A9 | 88 | 19 | 0 | 14 | 55 | 22 | 2E | 4A | 26 |
| Octal | 251 | 210 | 31 | 0 | 24 | 125 | 42 | 56 | 112 | 46 |
| Binary | 10101001 | 10001000 | 11001 | 0 | 10100 | 1010101 | 100010 | 101110 | 1001010 | 100110 |
Color Harmonies of #A98819
Complementary color
Monochromatic Colors of #A98819
Black with #A98819
Text Example
Text Example
White with #A98819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98819; }
p { color: rgb(169,136,25); }
H1.HeaderClassName
{
color: #A98819;
}
.AnyTagClassName
{
color: #A98819;
}
</style>
background-color css
<style>
a { background-color: #A98819; }
a { background-color: rgb(169,136,25); }
div.DivClassName
{
background-color: #A98819;
}
.BgClassName
{
background-color: #A98819;
}
</style>
border-color css
<style>
span { border-color: #A98819; }
span { border-color: rgb(169,136,25); }
td.TdClassName
{
border-color: #A98819;
}
.TagClassName
{
border-color: #A98819;
}
</style>