Shades of Hacienda #A98A1F
Tints of Hacienda #A98A1F
RGB
CMYK
RGB Variations
Color information
#A98A1F (or 0xA98A1F) is known color: Hacienda. HEX triplet: A9, 8A and 1F. RGB value is (169,138,31). Sum of RGB (Red+Green+Blue) = 169+138+31=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A1F is #5675E0. Grayscale: #878787. Windows color (decimal): -5666273 or 2067113. OLE color: 2067113.
HSL color Cylindrical-coordinate representation of color #A98A1F: hue angle of 46.52º degrees, saturation: 0.69, 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 #A98A1F is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 31 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.34 |
| HSL | 46.52º | 0.69% | 0.39% | - |
| HSV(B) | 46.52º | 0.82% | 0.66% | - |
| XYZ | 25.7 | 26.71 | 5.1 | - |
| YUV | 135.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 31 | 0 | 0.18 | 0.82 | 0.34 | 46.52 | 0.69 | 0.39 |
| Hex | A9 | 8A | 1F | 0 | 12 | 52 | 22 | 2F | 45 | 27 |
| Octal | 251 | 212 | 37 | 0 | 22 | 122 | 42 | 57 | 105 | 47 |
| Binary | 10101001 | 10001010 | 11111 | 0 | 10010 | 1010010 | 100010 | 101111 | 1000101 | 100111 |
Color Harmonies of #A98A1F
Complementary color
Monochromatic Colors of #A98A1F
Black with #A98A1F
Text Example
Text Example
White with #A98A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A1F; }
p { color: rgb(169,138,31); }
H1.HeaderClassName
{
color: #A98A1F;
}
.AnyTagClassName
{
color: #A98A1F;
}
</style>
background-color css
<style>
a { background-color: #A98A1F; }
a { background-color: rgb(169,138,31); }
div.DivClassName
{
background-color: #A98A1F;
}
.BgClassName
{
background-color: #A98A1F;
}
</style>
border-color css
<style>
span { border-color: #A98A1F; }
span { border-color: rgb(169,138,31); }
td.TdClassName
{
border-color: #A98A1F;
}
.TagClassName
{
border-color: #A98A1F;
}
</style>