Shades of Hacienda #A9861C
Tints of Hacienda #A9861C
RGB
CMYK
RGB Variations
Color information
#A9861C (or 0xA9861C) is known color: Hacienda. HEX triplet: A9, 86 and 1C. RGB value is (169,134,28). Sum of RGB (Red+Green+Blue) = 169+134+28=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9861C is #5679E3. Grayscale: #848484. Windows color (decimal): -5667300 or 1869481. OLE color: 1869481.
HSL color Cylindrical-coordinate representation of color #A9861C: hue angle of 45.11º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9861C is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 28 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.34 |
| HSL | 45.11º | 0.72% | 0.39% | - |
| HSV(B) | 45.11º | 0.83% | 0.66% | - |
| XYZ | 25.1 | 25.57 | 4.71 | - |
| YUV | 132.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 28 | 0 | 0.21 | 0.83 | 0.34 | 45.11 | 0.72 | 0.39 |
| Hex | A9 | 86 | 1C | 0 | 15 | 53 | 22 | 2D | 48 | 27 |
| Octal | 251 | 206 | 34 | 0 | 25 | 123 | 42 | 55 | 110 | 47 |
| Binary | 10101001 | 10000110 | 11100 | 0 | 10101 | 1010011 | 100010 | 101101 | 1001000 | 100111 |
Color Harmonies of #A9861C
Complementary color
Monochromatic Colors of #A9861C
Black with #A9861C
Text Example
Text Example
White with #A9861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9861C; }
p { color: rgb(169,134,28); }
H1.HeaderClassName
{
color: #A9861C;
}
.AnyTagClassName
{
color: #A9861C;
}
</style>
background-color css
<style>
a { background-color: #A9861C; }
a { background-color: rgb(169,134,28); }
div.DivClassName
{
background-color: #A9861C;
}
.BgClassName
{
background-color: #A9861C;
}
</style>
border-color css
<style>
span { border-color: #A9861C; }
span { border-color: rgb(169,134,28); }
td.TdClassName
{
border-color: #A9861C;
}
.TagClassName
{
border-color: #A9861C;
}
</style>