Shades of Hacienda #AB811A
Tints of Hacienda #AB811A
RGB
CMYK
RGB Variations
Color information
#AB811A (or 0xAB811A) is known color: Hacienda. HEX triplet: AB, 81 and 1A. RGB value is (171,129,26). Sum of RGB (Red+Green+Blue) = 171+129+26=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB811A is #547EE5. Grayscale: #828282. Windows color (decimal): -5537510 or 1737131. OLE color: 1737131.
HSL color Cylindrical-coordinate representation of color #AB811A: hue angle of 42.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB811A is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 26 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.33 |
| HSL | 42.62º | 0.74% | 0.39% | - |
| HSV(B) | 42.62º | 0.85% | 0.67% | - |
| XYZ | 24.83 | 24.43 | 4.38 | - |
| YUV | 129.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 26 | 0 | 0.25 | 0.85 | 0.33 | 42.62 | 0.74 | 0.39 |
| Hex | AB | 81 | 1A | 0 | 19 | 55 | 21 | 2B | 4A | 27 |
| Octal | 253 | 201 | 32 | 0 | 31 | 125 | 41 | 53 | 112 | 47 |
| Binary | 10101011 | 10000001 | 11010 | 0 | 11001 | 1010101 | 100001 | 101011 | 1001010 | 100111 |
Color Harmonies of #AB811A
Complementary color
Monochromatic Colors of #AB811A
Black with #AB811A
Text Example
Text Example
White with #AB811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB811A; }
p { color: rgb(171,129,26); }
H1.HeaderClassName
{
color: #AB811A;
}
.AnyTagClassName
{
color: #AB811A;
}
</style>
background-color css
<style>
a { background-color: #AB811A; }
a { background-color: rgb(171,129,26); }
div.DivClassName
{
background-color: #AB811A;
}
.BgClassName
{
background-color: #AB811A;
}
</style>
border-color css
<style>
span { border-color: #AB811A; }
span { border-color: rgb(171,129,26); }
td.TdClassName
{
border-color: #AB811A;
}
.TagClassName
{
border-color: #AB811A;
}
</style>