Shades of Hacienda #A98C24
Tints of Hacienda #A98C24
RGB
CMYK
RGB Variations
Color information
#A98C24 (or 0xA98C24) is known color: Hacienda. HEX triplet: A9, 8C and 24. RGB value is (169,140,36). Sum of RGB (Red+Green+Blue) = 169+140+36=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C24 is #5673DB. Grayscale: #898989. Windows color (decimal): -5665756 or 2395305. OLE color: 2395305.
HSL color Cylindrical-coordinate representation of color #A98C24: hue angle of 46.92º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A98C24 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 36 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.34 |
| HSL | 46.92º | 0.65% | 0.4% | - |
| HSV(B) | 46.92º | 0.79% | 0.66% | - |
| XYZ | 26.06 | 27.32 | 5.57 | - |
| YUV | 136.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 36 | 0 | 0.17 | 0.79 | 0.34 | 46.92 | 0.65 | 0.4 |
| Hex | A9 | 8C | 24 | 0 | 11 | 4F | 22 | 2F | 41 | 28 |
| Octal | 251 | 214 | 44 | 0 | 21 | 117 | 42 | 57 | 101 | 50 |
| Binary | 10101001 | 10001100 | 100100 | 0 | 10001 | 1001111 | 100010 | 101111 | 1000001 | 101000 |
Color Harmonies of #A98C24
Complementary color
Monochromatic Colors of #A98C24
Black with #A98C24
Text Example
Text Example
White with #A98C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C24; }
p { color: rgb(169,140,36); }
H1.HeaderClassName
{
color: #A98C24;
}
.AnyTagClassName
{
color: #A98C24;
}
</style>
background-color css
<style>
a { background-color: #A98C24; }
a { background-color: rgb(169,140,36); }
div.DivClassName
{
background-color: #A98C24;
}
.BgClassName
{
background-color: #A98C24;
}
</style>
border-color css
<style>
span { border-color: #A98C24; }
span { border-color: rgb(169,140,36); }
td.TdClassName
{
border-color: #A98C24;
}
.TagClassName
{
border-color: #A98C24;
}
</style>