Shades of Hacienda #A98116
Tints of Hacienda #A98116
RGB
CMYK
RGB Variations
Color information
#A98116 (or 0xA98116) is known color: Hacienda. HEX triplet: A9, 81 and 16. RGB value is (169,129,22). Sum of RGB (Red+Green+Blue) = 169+129+22=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A98116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98116 is #567EE9. Grayscale: #818181. Windows color (decimal): -5668586 or 1474985. OLE color: 1474985.
HSL color Cylindrical-coordinate representation of color #A98116: hue angle of 43.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A98116 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 22 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.34 |
| HSL | 43.67º | 0.77% | 0.37% | - |
| HSV(B) | 43.67º | 0.87% | 0.66% | - |
| XYZ | 24.36 | 24.19 | 4.15 | - |
| YUV | 128.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 22 | 0 | 0.24 | 0.87 | 0.34 | 43.67 | 0.77 | 0.37 |
| Hex | A9 | 81 | 16 | 0 | 18 | 57 | 22 | 2C | 4D | 25 |
| Octal | 251 | 201 | 26 | 0 | 30 | 127 | 42 | 54 | 115 | 45 |
| Binary | 10101001 | 10000001 | 10110 | 0 | 11000 | 1010111 | 100010 | 101100 | 1001101 | 100101 |
Color Harmonies of #A98116
Complementary color
Monochromatic Colors of #A98116
Black with #A98116
Text Example
Text Example
White with #A98116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98116; }
p { color: rgb(169,129,22); }
H1.HeaderClassName
{
color: #A98116;
}
.AnyTagClassName
{
color: #A98116;
}
</style>
background-color css
<style>
a { background-color: #A98116; }
a { background-color: rgb(169,129,22); }
div.DivClassName
{
background-color: #A98116;
}
.BgClassName
{
background-color: #A98116;
}
</style>
border-color css
<style>
span { border-color: #A98116; }
span { border-color: rgb(169,129,22); }
td.TdClassName
{
border-color: #A98116;
}
.TagClassName
{
border-color: #A98116;
}
</style>