Shades of Hacienda #AB881F
Tints of Hacienda #AB881F
RGB
CMYK
RGB Variations
Color information
#AB881F (or 0xAB881F) is known color: Hacienda. HEX triplet: AB, 88 and 1F. RGB value is (171,136,31). Sum of RGB (Red+Green+Blue) = 171+136+31=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB881F is #5477E0. Grayscale: #868686. Windows color (decimal): -5535713 or 2066603. OLE color: 2066603.
HSL color Cylindrical-coordinate representation of color #AB881F: hue angle of 45º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB881F is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 31 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.33 |
| HSL | 45º | 0.69% | 0.4% | - |
| HSV(B) | 45º | 0.82% | 0.67% | - |
| XYZ | 25.85 | 26.37 | 5.02 | - |
| YUV | 134.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 31 | 0 | 0.20 | 0.82 | 0.33 | 45 | 0.69 | 0.4 |
| Hex | AB | 88 | 1F | 0 | 14 | 52 | 21 | 2D | 45 | 28 |
| Octal | 253 | 210 | 37 | 0 | 24 | 122 | 41 | 55 | 105 | 50 |
| Binary | 10101011 | 10001000 | 11111 | 0 | 10100 | 1010010 | 100001 | 101101 | 1000101 | 101000 |
Color Harmonies of #AB881F
Complementary color
Monochromatic Colors of #AB881F
Black with #AB881F
Text Example
Text Example
White with #AB881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB881F; }
p { color: rgb(171,136,31); }
H1.HeaderClassName
{
color: #AB881F;
}
.AnyTagClassName
{
color: #AB881F;
}
</style>
background-color css
<style>
a { background-color: #AB881F; }
a { background-color: rgb(171,136,31); }
div.DivClassName
{
background-color: #AB881F;
}
.BgClassName
{
background-color: #AB881F;
}
</style>
border-color css
<style>
span { border-color: #AB881F; }
span { border-color: rgb(171,136,31); }
td.TdClassName
{
border-color: #AB881F;
}
.TagClassName
{
border-color: #AB881F;
}
</style>