Shades of Hacienda #A98518
Tints of Hacienda #A98518
RGB
CMYK
RGB Variations
Color information
#A98518 (or 0xA98518) is known color: Hacienda. HEX triplet: A9, 85 and 18. RGB value is (169,133,24). Sum of RGB (Red+Green+Blue) = 169+133+24=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A98518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98518 is #567AE7. Grayscale: #838383. Windows color (decimal): -5667560 or 1607081. OLE color: 1607081.
HSL color Cylindrical-coordinate representation of color #A98518: hue angle of 45.1º 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 #A98518 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 24 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.34 |
| HSL | 45.1º | 0.75% | 0.38% | - |
| HSV(B) | 45.1º | 0.86% | 0.66% | - |
| XYZ | 24.91 | 25.28 | 4.43 | - |
| YUV | 131.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 24 | 0 | 0.21 | 0.86 | 0.34 | 45.1 | 0.75 | 0.38 |
| Hex | A9 | 85 | 18 | 0 | 15 | 56 | 22 | 2D | 4B | 26 |
| Octal | 251 | 205 | 30 | 0 | 25 | 126 | 42 | 55 | 113 | 46 |
| Binary | 10101001 | 10000101 | 11000 | 0 | 10101 | 1010110 | 100010 | 101101 | 1001011 | 100110 |
Color Harmonies of #A98518
Complementary color
Monochromatic Colors of #A98518
Black with #A98518
Text Example
Text Example
White with #A98518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98518; }
p { color: rgb(169,133,24); }
H1.HeaderClassName
{
color: #A98518;
}
.AnyTagClassName
{
color: #A98518;
}
</style>
background-color css
<style>
a { background-color: #A98518; }
a { background-color: rgb(169,133,24); }
div.DivClassName
{
background-color: #A98518;
}
.BgClassName
{
background-color: #A98518;
}
</style>
border-color css
<style>
span { border-color: #A98518; }
span { border-color: rgb(169,133,24); }
td.TdClassName
{
border-color: #A98518;
}
.TagClassName
{
border-color: #A98518;
}
</style>