Shades of Hacienda #AB861C
Tints of Hacienda #AB861C
RGB
CMYK
RGB Variations
Color information
#AB861C (or 0xAB861C) is known color: Hacienda. HEX triplet: AB, 86 and 1C. RGB value is (171,134,28). Sum of RGB (Red+Green+Blue) = 171+134+28=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB861C is #5479E3. Grayscale: #858585. Windows color (decimal): -5536228 or 1869483. OLE color: 1869483.
HSL color Cylindrical-coordinate representation of color #AB861C: hue angle of 44.48º 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 #AB861C is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 28 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.33 |
| HSL | 44.48º | 0.72% | 0.39% | - |
| HSV(B) | 44.48º | 0.84% | 0.67% | - |
| XYZ | 25.53 | 25.79 | 4.73 | - |
| YUV | 132.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 28 | 0 | 0.22 | 0.84 | 0.33 | 44.48 | 0.72 | 0.39 |
| Hex | AB | 86 | 1C | 0 | 16 | 54 | 21 | 2C | 48 | 27 |
| Octal | 253 | 206 | 34 | 0 | 26 | 124 | 41 | 54 | 110 | 47 |
| Binary | 10101011 | 10000110 | 11100 | 0 | 10110 | 1010100 | 100001 | 101100 | 1001000 | 100111 |
Color Harmonies of #AB861C
Complementary color
Monochromatic Colors of #AB861C
Black with #AB861C
Text Example
Text Example
White with #AB861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB861C; }
p { color: rgb(171,134,28); }
H1.HeaderClassName
{
color: #AB861C;
}
.AnyTagClassName
{
color: #AB861C;
}
</style>
background-color css
<style>
a { background-color: #AB861C; }
a { background-color: rgb(171,134,28); }
div.DivClassName
{
background-color: #AB861C;
}
.BgClassName
{
background-color: #AB861C;
}
</style>
border-color css
<style>
span { border-color: #AB861C; }
span { border-color: rgb(171,134,28); }
td.TdClassName
{
border-color: #AB861C;
}
.TagClassName
{
border-color: #AB861C;
}
</style>