Shades of Hacienda #AB891B
Tints of Hacienda #AB891B
RGB
CMYK
RGB Variations
Color information
#AB891B (or 0xAB891B) is known color: Hacienda. HEX triplet: AB, 89 and 1B. RGB value is (171,137,27). Sum of RGB (Red+Green+Blue) = 171+137+27=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB891B is #5476E4. Grayscale: #878787. Windows color (decimal): -5535461 or 1804715. OLE color: 1804715.
HSL color Cylindrical-coordinate representation of color #AB891B: hue angle of 45.83º degrees, saturation: 0.73, 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 #AB891B is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 27 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.33 |
| HSL | 45.83º | 0.73% | 0.39% | - |
| HSV(B) | 45.83º | 0.84% | 0.67% | - |
| XYZ | 25.94 | 26.63 | 4.81 | - |
| YUV | 134.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 27 | 0 | 0.20 | 0.84 | 0.33 | 45.83 | 0.73 | 0.39 |
| Hex | AB | 89 | 1B | 0 | 14 | 54 | 21 | 2E | 49 | 27 |
| Octal | 253 | 211 | 33 | 0 | 24 | 124 | 41 | 56 | 111 | 47 |
| Binary | 10101011 | 10001001 | 11011 | 0 | 10100 | 1010100 | 100001 | 101110 | 1001001 | 100111 |
Color Harmonies of #AB891B
Complementary color
Monochromatic Colors of #AB891B
Black with #AB891B
Text Example
Text Example
White with #AB891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB891B; }
p { color: rgb(171,137,27); }
H1.HeaderClassName
{
color: #AB891B;
}
.AnyTagClassName
{
color: #AB891B;
}
</style>
background-color css
<style>
a { background-color: #AB891B; }
a { background-color: rgb(171,137,27); }
div.DivClassName
{
background-color: #AB891B;
}
.BgClassName
{
background-color: #AB891B;
}
</style>
border-color css
<style>
span { border-color: #AB891B; }
span { border-color: rgb(171,137,27); }
td.TdClassName
{
border-color: #AB891B;
}
.TagClassName
{
border-color: #AB891B;
}
</style>