Shades of Hacienda #AB881D
Tints of Hacienda #AB881D
RGB
CMYK
RGB Variations
Color information
#AB881D (or 0xAB881D) is known color: Hacienda. HEX triplet: AB, 88 and 1D. RGB value is (171,136,29). Sum of RGB (Red+Green+Blue) = 171+136+29=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB881D is #5477E2. Grayscale: #868686. Windows color (decimal): -5535715 or 1935531. OLE color: 1935531.
HSL color Cylindrical-coordinate representation of color #AB881D: hue angle of 45.21º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB881D is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 29 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.33 |
| HSL | 45.21º | 0.71% | 0.39% | - |
| HSV(B) | 45.21º | 0.83% | 0.67% | - |
| XYZ | 25.82 | 26.35 | 4.89 | - |
| YUV | 134.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 29 | 0 | 0.20 | 0.83 | 0.33 | 45.21 | 0.71 | 0.39 |
| Hex | AB | 88 | 1D | 0 | 14 | 53 | 21 | 2D | 47 | 27 |
| Octal | 253 | 210 | 35 | 0 | 24 | 123 | 41 | 55 | 107 | 47 |
| Binary | 10101011 | 10001000 | 11101 | 0 | 10100 | 1010011 | 100001 | 101101 | 1000111 | 100111 |
Color Harmonies of #AB881D
Complementary color
Monochromatic Colors of #AB881D
Black with #AB881D
Text Example
Text Example
White with #AB881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB881D; }
p { color: rgb(171,136,29); }
H1.HeaderClassName
{
color: #AB881D;
}
.AnyTagClassName
{
color: #AB881D;
}
</style>
background-color css
<style>
a { background-color: #AB881D; }
a { background-color: rgb(171,136,29); }
div.DivClassName
{
background-color: #AB881D;
}
.BgClassName
{
background-color: #AB881D;
}
</style>
border-color css
<style>
span { border-color: #AB881D; }
span { border-color: rgb(171,136,29); }
td.TdClassName
{
border-color: #AB881D;
}
.TagClassName
{
border-color: #AB881D;
}
</style>