Shades of Hacienda #AB811B
Tints of Hacienda #AB811B
RGB
CMYK
RGB Variations
Color information
#AB811B (or 0xAB811B) is known color: Hacienda. HEX triplet: AB, 81 and 1B. RGB value is (171,129,27). Sum of RGB (Red+Green+Blue) = 171+129+27=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB811B is #547EE4. Grayscale: #828282. Windows color (decimal): -5537509 or 1802667. OLE color: 1802667.
HSL color Cylindrical-coordinate representation of color #AB811B: hue angle of 42.5º 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 #AB811B is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 27 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.33 |
| HSL | 42.5º | 0.73% | 0.39% | - |
| HSV(B) | 42.5º | 0.84% | 0.67% | - |
| XYZ | 24.84 | 24.44 | 4.44 | - |
| YUV | 129.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 27 | 0 | 0.25 | 0.84 | 0.33 | 42.5 | 0.73 | 0.39 |
| Hex | AB | 81 | 1B | 0 | 19 | 54 | 21 | 2A | 49 | 27 |
| Octal | 253 | 201 | 33 | 0 | 31 | 124 | 41 | 52 | 111 | 47 |
| Binary | 10101011 | 10000001 | 11011 | 0 | 11001 | 1010100 | 100001 | 101010 | 1001001 | 100111 |
Color Harmonies of #AB811B
Complementary color
Monochromatic Colors of #AB811B
Black with #AB811B
Text Example
Text Example
White with #AB811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB811B; }
p { color: rgb(171,129,27); }
H1.HeaderClassName
{
color: #AB811B;
}
.AnyTagClassName
{
color: #AB811B;
}
</style>
background-color css
<style>
a { background-color: #AB811B; }
a { background-color: rgb(171,129,27); }
div.DivClassName
{
background-color: #AB811B;
}
.BgClassName
{
background-color: #AB811B;
}
</style>
border-color css
<style>
span { border-color: #AB811B; }
span { border-color: rgb(171,129,27); }
td.TdClassName
{
border-color: #AB811B;
}
.TagClassName
{
border-color: #AB811B;
}
</style>