Shades of Hacienda #AB811D
Tints of Hacienda #AB811D
RGB
CMYK
RGB Variations
Color information
#AB811D (or 0xAB811D) is known color: Hacienda. HEX triplet: AB, 81 and 1D. RGB value is (171,129,29). Sum of RGB (Red+Green+Blue) = 171+129+29=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB811D is #547EE2. Grayscale: #828282. Windows color (decimal): -5537507 or 1933739. OLE color: 1933739.
HSL color Cylindrical-coordinate representation of color #AB811D: hue angle of 42.25º 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 #AB811D is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 29 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.33 |
| HSL | 42.25º | 0.71% | 0.39% | - |
| HSV(B) | 42.25º | 0.83% | 0.67% | - |
| XYZ | 24.87 | 24.45 | 4.57 | - |
| YUV | 130.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 29 | 0 | 0.25 | 0.83 | 0.33 | 42.25 | 0.71 | 0.39 |
| Hex | AB | 81 | 1D | 0 | 19 | 53 | 21 | 2A | 47 | 27 |
| Octal | 253 | 201 | 35 | 0 | 31 | 123 | 41 | 52 | 107 | 47 |
| Binary | 10101011 | 10000001 | 11101 | 0 | 11001 | 1010011 | 100001 | 101010 | 1000111 | 100111 |
Color Harmonies of #AB811D
Complementary color
Monochromatic Colors of #AB811D
Black with #AB811D
Text Example
Text Example
White with #AB811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB811D; }
p { color: rgb(171,129,29); }
H1.HeaderClassName
{
color: #AB811D;
}
.AnyTagClassName
{
color: #AB811D;
}
</style>
background-color css
<style>
a { background-color: #AB811D; }
a { background-color: rgb(171,129,29); }
div.DivClassName
{
background-color: #AB811D;
}
.BgClassName
{
background-color: #AB811D;
}
</style>
border-color css
<style>
span { border-color: #AB811D; }
span { border-color: rgb(171,129,29); }
td.TdClassName
{
border-color: #AB811D;
}
.TagClassName
{
border-color: #AB811D;
}
</style>