Shades of Hacienda #AB801D
Tints of Hacienda #AB801D
RGB
CMYK
RGB Variations
Color information
#AB801D (or 0xAB801D) is known color: Hacienda. HEX triplet: AB, 80 and 1D. RGB value is (171,128,29). Sum of RGB (Red+Green+Blue) = 171+128+29=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB801D is #547FE2. Grayscale: #828282. Windows color (decimal): -5537763 or 1933483. OLE color: 1933483.
HSL color Cylindrical-coordinate representation of color #AB801D: hue angle of 41.83º 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 #AB801D is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 29 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.33 |
| HSL | 41.83º | 0.71% | 0.39% | - |
| HSV(B) | 41.83º | 0.83% | 0.67% | - |
| XYZ | 24.74 | 24.18 | 4.53 | - |
| YUV | 129.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 29 | 0 | 0.25 | 0.83 | 0.33 | 41.83 | 0.71 | 0.39 |
| Hex | AB | 80 | 1D | 0 | 19 | 53 | 21 | 2A | 47 | 27 |
| Octal | 253 | 200 | 35 | 0 | 31 | 123 | 41 | 52 | 107 | 47 |
| Binary | 10101011 | 10000000 | 11101 | 0 | 11001 | 1010011 | 100001 | 101010 | 1000111 | 100111 |
Color Harmonies of #AB801D
Complementary color
Monochromatic Colors of #AB801D
Black with #AB801D
Text Example
Text Example
White with #AB801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB801D; }
p { color: rgb(171,128,29); }
H1.HeaderClassName
{
color: #AB801D;
}
.AnyTagClassName
{
color: #AB801D;
}
</style>
background-color css
<style>
a { background-color: #AB801D; }
a { background-color: rgb(171,128,29); }
div.DivClassName
{
background-color: #AB801D;
}
.BgClassName
{
background-color: #AB801D;
}
</style>
border-color css
<style>
span { border-color: #AB801D; }
span { border-color: rgb(171,128,29); }
td.TdClassName
{
border-color: #AB801D;
}
.TagClassName
{
border-color: #AB801D;
}
</style>