Shades of Hacienda #A98A18
Tints of Hacienda #A98A18
RGB
CMYK
RGB Variations
Color information
#A98A18 (or 0xA98A18) is known color: Hacienda. HEX triplet: A9, 8A and 18. RGB value is (169,138,24). Sum of RGB (Red+Green+Blue) = 169+138+24=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98A18 is #5675E7. Grayscale: #868686. Windows color (decimal): -5666280 or 1608361. OLE color: 1608361.
HSL color Cylindrical-coordinate representation of color #A98A18: hue angle of 47.17º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A98A18 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 24 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.34 |
| HSL | 47.17º | 0.75% | 0.38% | - |
| HSV(B) | 47.17º | 0.86% | 0.66% | - |
| XYZ | 25.62 | 26.68 | 4.66 | - |
| YUV | 134.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 24 | 0 | 0.18 | 0.86 | 0.34 | 47.17 | 0.75 | 0.38 |
| Hex | A9 | 8A | 18 | 0 | 12 | 56 | 22 | 2F | 4B | 26 |
| Octal | 251 | 212 | 30 | 0 | 22 | 126 | 42 | 57 | 113 | 46 |
| Binary | 10101001 | 10001010 | 11000 | 0 | 10010 | 1010110 | 100010 | 101111 | 1001011 | 100110 |
Color Harmonies of #A98A18
Complementary color
Monochromatic Colors of #A98A18
Black with #A98A18
Text Example
Text Example
White with #A98A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A18; }
p { color: rgb(169,138,24); }
H1.HeaderClassName
{
color: #A98A18;
}
.AnyTagClassName
{
color: #A98A18;
}
</style>
background-color css
<style>
a { background-color: #A98A18; }
a { background-color: rgb(169,138,24); }
div.DivClassName
{
background-color: #A98A18;
}
.BgClassName
{
background-color: #A98A18;
}
</style>
border-color css
<style>
span { border-color: #A98A18; }
span { border-color: rgb(169,138,24); }
td.TdClassName
{
border-color: #A98A18;
}
.TagClassName
{
border-color: #A98A18;
}
</style>