Shades of Hacienda #A98519
Tints of Hacienda #A98519
RGB
CMYK
RGB Variations
Color information
#A98519 (or 0xA98519) is known color: Hacienda. HEX triplet: A9, 85 and 19. RGB value is (169,133,25). Sum of RGB (Red+Green+Blue) = 169+133+25=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A98519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98519 is #567AE6. Grayscale: #838383. Windows color (decimal): -5667559 or 1672617. OLE color: 1672617.
HSL color Cylindrical-coordinate representation of color #A98519: hue angle of 45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A98519 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 25 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.34 |
| HSL | 45º | 0.74% | 0.38% | - |
| HSV(B) | 45º | 0.85% | 0.66% | - |
| XYZ | 24.93 | 25.28 | 4.49 | - |
| YUV | 131.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 25 | 0 | 0.21 | 0.85 | 0.34 | 45 | 0.74 | 0.38 |
| Hex | A9 | 85 | 19 | 0 | 15 | 55 | 22 | 2D | 4A | 26 |
| Octal | 251 | 205 | 31 | 0 | 25 | 125 | 42 | 55 | 112 | 46 |
| Binary | 10101001 | 10000101 | 11001 | 0 | 10101 | 1010101 | 100010 | 101101 | 1001010 | 100110 |
Color Harmonies of #A98519
Complementary color
Monochromatic Colors of #A98519
Black with #A98519
Text Example
Text Example
White with #A98519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98519; }
p { color: rgb(169,133,25); }
H1.HeaderClassName
{
color: #A98519;
}
.AnyTagClassName
{
color: #A98519;
}
</style>
background-color css
<style>
a { background-color: #A98519; }
a { background-color: rgb(169,133,25); }
div.DivClassName
{
background-color: #A98519;
}
.BgClassName
{
background-color: #A98519;
}
</style>
border-color css
<style>
span { border-color: #A98519; }
span { border-color: rgb(169,133,25); }
td.TdClassName
{
border-color: #A98519;
}
.TagClassName
{
border-color: #A98519;
}
</style>