Shades of Hacienda #AB8424
Tints of Hacienda #AB8424
RGB
CMYK
RGB Variations
Color information
#AB8424 (or 0xAB8424) is known color: Hacienda. HEX triplet: AB, 84 and 24. RGB value is (171,132,36). Sum of RGB (Red+Green+Blue) = 171+132+36=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8424 is #547BDB. Grayscale: #858585. Windows color (decimal): -5536732 or 2393259. OLE color: 2393259.
HSL color Cylindrical-coordinate representation of color #AB8424: hue angle of 42.67º 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 #AB8424 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 36 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.33 |
| HSL | 42.67º | 0.65% | 0.41% | - |
| HSV(B) | 42.67º | 0.79% | 0.67% | - |
| XYZ | 25.36 | 25.29 | 5.21 | - |
| YUV | 132.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 36 | 0 | 0.23 | 0.79 | 0.33 | 42.67 | 0.65 | 0.41 |
| Hex | AB | 84 | 24 | 0 | 17 | 4F | 21 | 2B | 41 | 29 |
| Octal | 253 | 204 | 44 | 0 | 27 | 117 | 41 | 53 | 101 | 51 |
| Binary | 10101011 | 10000100 | 100100 | 0 | 10111 | 1001111 | 100001 | 101011 | 1000001 | 101001 |
Color Harmonies of #AB8424
Complementary color
Monochromatic Colors of #AB8424
Black with #AB8424
Text Example
Text Example
White with #AB8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8424; }
p { color: rgb(171,132,36); }
H1.HeaderClassName
{
color: #AB8424;
}
.AnyTagClassName
{
color: #AB8424;
}
</style>
background-color css
<style>
a { background-color: #AB8424; }
a { background-color: rgb(171,132,36); }
div.DivClassName
{
background-color: #AB8424;
}
.BgClassName
{
background-color: #AB8424;
}
</style>
border-color css
<style>
span { border-color: #AB8424; }
span { border-color: rgb(171,132,36); }
td.TdClassName
{
border-color: #AB8424;
}
.TagClassName
{
border-color: #AB8424;
}
</style>