Shades of Hacienda #A98619
Tints of Hacienda #A98619
RGB
CMYK
RGB Variations
Color information
#A98619 (or 0xA98619) is known color: Hacienda. HEX triplet: A9, 86 and 19. RGB value is (169,134,25). Sum of RGB (Red+Green+Blue) = 169+134+25=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A98619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98619 is #5679E6. Grayscale: #848484. Windows color (decimal): -5667303 or 1672873. OLE color: 1672873.
HSL color Cylindrical-coordinate representation of color #A98619: hue angle of 45.42º 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 #A98619 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 25 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.34 |
| HSL | 45.42º | 0.74% | 0.38% | - |
| HSV(B) | 45.42º | 0.85% | 0.66% | - |
| XYZ | 25.06 | 25.56 | 4.53 | - |
| YUV | 132.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 25 | 0 | 0.21 | 0.85 | 0.34 | 45.42 | 0.74 | 0.38 |
| Hex | A9 | 86 | 19 | 0 | 15 | 55 | 22 | 2D | 4A | 26 |
| Octal | 251 | 206 | 31 | 0 | 25 | 125 | 42 | 55 | 112 | 46 |
| Binary | 10101001 | 10000110 | 11001 | 0 | 10101 | 1010101 | 100010 | 101101 | 1001010 | 100110 |
Color Harmonies of #A98619
Complementary color
Monochromatic Colors of #A98619
Black with #A98619
Text Example
Text Example
White with #A98619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98619; }
p { color: rgb(169,134,25); }
H1.HeaderClassName
{
color: #A98619;
}
.AnyTagClassName
{
color: #A98619;
}
</style>
background-color css
<style>
a { background-color: #A98619; }
a { background-color: rgb(169,134,25); }
div.DivClassName
{
background-color: #A98619;
}
.BgClassName
{
background-color: #A98619;
}
</style>
border-color css
<style>
span { border-color: #A98619; }
span { border-color: rgb(169,134,25); }
td.TdClassName
{
border-color: #A98619;
}
.TagClassName
{
border-color: #A98619;
}
</style>