Shades of Hacienda #AB8124
Tints of Hacienda #AB8124
RGB
CMYK
RGB Variations
Color information
#AB8124 (or 0xAB8124) is known color: Hacienda. HEX triplet: AB, 81 and 24. RGB value is (171,129,36). Sum of RGB (Red+Green+Blue) = 171+129+36=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8124 is #547EDB. Grayscale: #838383. Windows color (decimal): -5537500 or 2392491. OLE color: 2392491.
HSL color Cylindrical-coordinate representation of color #AB8124: hue angle of 41.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB8124 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 36 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.33 |
| HSL | 41.33º | 0.65% | 0.41% | - |
| HSV(B) | 41.33º | 0.79% | 0.67% | - |
| XYZ | 24.96 | 24.49 | 5.08 | - |
| YUV | 130.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 36 | 0 | 0.25 | 0.79 | 0.33 | 41.33 | 0.65 | 0.41 |
| Hex | AB | 81 | 24 | 0 | 19 | 4F | 21 | 29 | 41 | 29 |
| Octal | 253 | 201 | 44 | 0 | 31 | 117 | 41 | 51 | 101 | 51 |
| Binary | 10101011 | 10000001 | 100100 | 0 | 11001 | 1001111 | 100001 | 101001 | 1000001 | 101001 |
Color Harmonies of #AB8124
Complementary color
Monochromatic Colors of #AB8124
Black with #AB8124
Text Example
Text Example
White with #AB8124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8124; }
p { color: rgb(171,129,36); }
H1.HeaderClassName
{
color: #AB8124;
}
.AnyTagClassName
{
color: #AB8124;
}
</style>
background-color css
<style>
a { background-color: #AB8124; }
a { background-color: rgb(171,129,36); }
div.DivClassName
{
background-color: #AB8124;
}
.BgClassName
{
background-color: #AB8124;
}
</style>
border-color css
<style>
span { border-color: #AB8124; }
span { border-color: rgb(171,129,36); }
td.TdClassName
{
border-color: #AB8124;
}
.TagClassName
{
border-color: #AB8124;
}
</style>