Shades of Hacienda #A98115
Tints of Hacienda #A98115
RGB
CMYK
RGB Variations
Color information
#A98115 (or 0xA98115) is known color: Hacienda. HEX triplet: A9, 81 and 15. RGB value is (169,129,21). Sum of RGB (Red+Green+Blue) = 169+129+21=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A98115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98115 is #567EEA. Grayscale: #818181. Windows color (decimal): -5668587 or 1409449. OLE color: 1409449.
HSL color Cylindrical-coordinate representation of color #A98115: hue angle of 43.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A98115 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 21 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.34 |
| HSL | 43.78º | 0.78% | 0.37% | - |
| HSV(B) | 43.78º | 0.88% | 0.66% | - |
| XYZ | 24.35 | 24.19 | 4.1 | - |
| YUV | 128.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 21 | 0 | 0.24 | 0.88 | 0.34 | 43.78 | 0.78 | 0.37 |
| Hex | A9 | 81 | 15 | 0 | 18 | 58 | 22 | 2C | 4E | 25 |
| Octal | 251 | 201 | 25 | 0 | 30 | 130 | 42 | 54 | 116 | 45 |
| Binary | 10101001 | 10000001 | 10101 | 0 | 11000 | 1011000 | 100010 | 101100 | 1001110 | 100101 |
Color Harmonies of #A98115
Complementary color
Monochromatic Colors of #A98115
Black with #A98115
Text Example
Text Example
White with #A98115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98115; }
p { color: rgb(169,129,21); }
H1.HeaderClassName
{
color: #A98115;
}
.AnyTagClassName
{
color: #A98115;
}
</style>
background-color css
<style>
a { background-color: #A98115; }
a { background-color: rgb(169,129,21); }
div.DivClassName
{
background-color: #A98115;
}
.BgClassName
{
background-color: #A98115;
}
</style>
border-color css
<style>
span { border-color: #A98115; }
span { border-color: rgb(169,129,21); }
td.TdClassName
{
border-color: #A98115;
}
.TagClassName
{
border-color: #A98115;
}
</style>