Shades of Hacienda #A98919
Tints of Hacienda #A98919
RGB
CMYK
RGB Variations
Color information
#A98919 (or 0xA98919) is known color: Hacienda. HEX triplet: A9, 89 and 19. RGB value is (169,137,25). Sum of RGB (Red+Green+Blue) = 169+137+25=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A98919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98919 is #5676E6. Grayscale: #868686. Windows color (decimal): -5666535 or 1673641. OLE color: 1673641.
HSL color Cylindrical-coordinate representation of color #A98919: hue angle of 46.67º 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 #A98919 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 25 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.34 |
| HSL | 46.67º | 0.74% | 0.38% | - |
| HSV(B) | 46.67º | 0.85% | 0.66% | - |
| XYZ | 25.48 | 26.4 | 4.67 | - |
| YUV | 133.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 25 | 0 | 0.19 | 0.85 | 0.34 | 46.67 | 0.74 | 0.38 |
| Hex | A9 | 89 | 19 | 0 | 13 | 55 | 22 | 2F | 4A | 26 |
| Octal | 251 | 211 | 31 | 0 | 23 | 125 | 42 | 57 | 112 | 46 |
| Binary | 10101001 | 10001001 | 11001 | 0 | 10011 | 1010101 | 100010 | 101111 | 1001010 | 100110 |
Color Harmonies of #A98919
Complementary color
Monochromatic Colors of #A98919
Black with #A98919
Text Example
Text Example
White with #A98919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98919; }
p { color: rgb(169,137,25); }
H1.HeaderClassName
{
color: #A98919;
}
.AnyTagClassName
{
color: #A98919;
}
</style>
background-color css
<style>
a { background-color: #A98919; }
a { background-color: rgb(169,137,25); }
div.DivClassName
{
background-color: #A98919;
}
.BgClassName
{
background-color: #A98919;
}
</style>
border-color css
<style>
span { border-color: #A98919; }
span { border-color: rgb(169,137,25); }
td.TdClassName
{
border-color: #A98919;
}
.TagClassName
{
border-color: #A98919;
}
</style>