Shades of Hacienda #A9851F
Tints of Hacienda #A9851F
RGB
CMYK
RGB Variations
Color information
#A9851F (or 0xA9851F) is known color: Hacienda. HEX triplet: A9, 85 and 1F. RGB value is (169,133,31). Sum of RGB (Red+Green+Blue) = 169+133+31=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9851F is #567AE0. Grayscale: #848484. Windows color (decimal): -5667553 or 2065833. OLE color: 2065833.
HSL color Cylindrical-coordinate representation of color #A9851F: hue angle of 44.35º 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 #A9851F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 31 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.34 |
| HSL | 44.35º | 0.69% | 0.39% | - |
| HSV(B) | 44.35º | 0.82% | 0.66% | - |
| XYZ | 25 | 25.31 | 4.86 | - |
| YUV | 132.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 31 | 0 | 0.21 | 0.82 | 0.34 | 44.35 | 0.69 | 0.39 |
| Hex | A9 | 85 | 1F | 0 | 15 | 52 | 22 | 2C | 45 | 27 |
| Octal | 251 | 205 | 37 | 0 | 25 | 122 | 42 | 54 | 105 | 47 |
| Binary | 10101001 | 10000101 | 11111 | 0 | 10101 | 1010010 | 100010 | 101100 | 1000101 | 100111 |
Color Harmonies of #A9851F
Complementary color
Monochromatic Colors of #A9851F
Black with #A9851F
Text Example
Text Example
White with #A9851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9851F; }
p { color: rgb(169,133,31); }
H1.HeaderClassName
{
color: #A9851F;
}
.AnyTagClassName
{
color: #A9851F;
}
</style>
background-color css
<style>
a { background-color: #A9851F; }
a { background-color: rgb(169,133,31); }
div.DivClassName
{
background-color: #A9851F;
}
.BgClassName
{
background-color: #A9851F;
}
</style>
border-color css
<style>
span { border-color: #A9851F; }
span { border-color: rgb(169,133,31); }
td.TdClassName
{
border-color: #A9851F;
}
.TagClassName
{
border-color: #A9851F;
}
</style>