Shades of Hacienda #A98B1E
Tints of Hacienda #A98B1E
RGB
CMYK
RGB Variations
Color information
#A98B1E (or 0xA98B1E) is known color: Hacienda. HEX triplet: A9, 8B and 1E. RGB value is (169,139,30). Sum of RGB (Red+Green+Blue) = 169+139+30=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B1E is #5674E1. Grayscale: #888888. Windows color (decimal): -5666018 or 2001833. OLE color: 2001833.
HSL color Cylindrical-coordinate representation of color #A98B1E: hue angle of 47.05º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A98B1E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 30 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.34 |
| HSL | 47.05º | 0.7% | 0.39% | - |
| HSV(B) | 47.05º | 0.82% | 0.66% | - |
| XYZ | 25.83 | 26.99 | 5.08 | - |
| YUV | 135.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 30 | 0 | 0.18 | 0.82 | 0.34 | 47.05 | 0.7 | 0.39 |
| Hex | A9 | 8B | 1E | 0 | 12 | 52 | 22 | 2F | 46 | 27 |
| Octal | 251 | 213 | 36 | 0 | 22 | 122 | 42 | 57 | 106 | 47 |
| Binary | 10101001 | 10001011 | 11110 | 0 | 10010 | 1010010 | 100010 | 101111 | 1000110 | 100111 |
Color Harmonies of #A98B1E
Complementary color
Monochromatic Colors of #A98B1E
Black with #A98B1E
Text Example
Text Example
White with #A98B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B1E; }
p { color: rgb(169,139,30); }
H1.HeaderClassName
{
color: #A98B1E;
}
.AnyTagClassName
{
color: #A98B1E;
}
</style>
background-color css
<style>
a { background-color: #A98B1E; }
a { background-color: rgb(169,139,30); }
div.DivClassName
{
background-color: #A98B1E;
}
.BgClassName
{
background-color: #A98B1E;
}
</style>
border-color css
<style>
span { border-color: #A98B1E; }
span { border-color: rgb(169,139,30); }
td.TdClassName
{
border-color: #A98B1E;
}
.TagClassName
{
border-color: #A98B1E;
}
</style>