Shades of Hacienda #A9881C
Tints of Hacienda #A9881C
RGB
CMYK
RGB Variations
Color information
#A9881C (or 0xA9881C) is known color: Hacienda. HEX triplet: A9, 88 and 1C. RGB value is (169,136,28). Sum of RGB (Red+Green+Blue) = 169+136+28=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9881C is #5677E3. Grayscale: #868686. Windows color (decimal): -5666788 or 1869993. OLE color: 1869993.
HSL color Cylindrical-coordinate representation of color #A9881C: hue angle of 45.96º 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 #A9881C is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 28 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.34 |
| HSL | 45.96º | 0.72% | 0.39% | - |
| HSV(B) | 45.96º | 0.83% | 0.66% | - |
| XYZ | 25.38 | 26.13 | 4.8 | - |
| YUV | 133.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 28 | 0 | 0.20 | 0.83 | 0.34 | 45.96 | 0.72 | 0.39 |
| Hex | A9 | 88 | 1C | 0 | 14 | 53 | 22 | 2E | 48 | 27 |
| Octal | 251 | 210 | 34 | 0 | 24 | 123 | 42 | 56 | 110 | 47 |
| Binary | 10101001 | 10001000 | 11100 | 0 | 10100 | 1010011 | 100010 | 101110 | 1001000 | 100111 |
Color Harmonies of #A9881C
Complementary color
Monochromatic Colors of #A9881C
Black with #A9881C
Text Example
Text Example
White with #A9881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9881C; }
p { color: rgb(169,136,28); }
H1.HeaderClassName
{
color: #A9881C;
}
.AnyTagClassName
{
color: #A9881C;
}
</style>
background-color css
<style>
a { background-color: #A9881C; }
a { background-color: rgb(169,136,28); }
div.DivClassName
{
background-color: #A9881C;
}
.BgClassName
{
background-color: #A9881C;
}
</style>
border-color css
<style>
span { border-color: #A9881C; }
span { border-color: rgb(169,136,28); }
td.TdClassName
{
border-color: #A9881C;
}
.TagClassName
{
border-color: #A9881C;
}
</style>