Shades of Hacienda #AB871C
Tints of Hacienda #AB871C
RGB
CMYK
RGB Variations
Color information
#AB871C (or 0xAB871C) is known color: Hacienda. HEX triplet: AB, 87 and 1C. RGB value is (171,135,28). Sum of RGB (Red+Green+Blue) = 171+135+28=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB871C is #5478E3. Grayscale: #868686. Windows color (decimal): -5535972 or 1869739. OLE color: 1869739.
HSL color Cylindrical-coordinate representation of color #AB871C: hue angle of 44.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB871C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 28 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.33 |
| HSL | 44.9º | 0.72% | 0.39% | - |
| HSV(B) | 44.9º | 0.84% | 0.67% | - |
| XYZ | 25.67 | 26.07 | 4.78 | - |
| YUV | 133.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 28 | 0 | 0.21 | 0.84 | 0.33 | 44.9 | 0.72 | 0.39 |
| Hex | AB | 87 | 1C | 0 | 15 | 54 | 21 | 2D | 48 | 27 |
| Octal | 253 | 207 | 34 | 0 | 25 | 124 | 41 | 55 | 110 | 47 |
| Binary | 10101011 | 10000111 | 11100 | 0 | 10101 | 1010100 | 100001 | 101101 | 1001000 | 100111 |
Color Harmonies of #AB871C
Complementary color
Monochromatic Colors of #AB871C
Black with #AB871C
Text Example
Text Example
White with #AB871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB871C; }
p { color: rgb(171,135,28); }
H1.HeaderClassName
{
color: #AB871C;
}
.AnyTagClassName
{
color: #AB871C;
}
</style>
background-color css
<style>
a { background-color: #AB871C; }
a { background-color: rgb(171,135,28); }
div.DivClassName
{
background-color: #AB871C;
}
.BgClassName
{
background-color: #AB871C;
}
</style>
border-color css
<style>
span { border-color: #AB871C; }
span { border-color: rgb(171,135,28); }
td.TdClassName
{
border-color: #AB871C;
}
.TagClassName
{
border-color: #AB871C;
}
</style>