Shades of Hacienda #AB8521
Tints of Hacienda #AB8521
RGB
CMYK
RGB Variations
Color information
#AB8521 (or 0xAB8521) is known color: Hacienda. HEX triplet: AB, 85 and 21. RGB value is (171,133,33). Sum of RGB (Red+Green+Blue) = 171+133+33=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8521 is #547ADE. Grayscale: #858585. Windows color (decimal): -5536479 or 2196907. OLE color: 2196907.
HSL color Cylindrical-coordinate representation of color #AB8521: hue angle of 43.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB8521 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 33 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.33 |
| HSL | 43.48º | 0.68% | 0.4% | - |
| HSV(B) | 43.48º | 0.81% | 0.67% | - |
| XYZ | 25.46 | 25.54 | 5.03 | - |
| YUV | 132.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 33 | 0 | 0.22 | 0.81 | 0.33 | 43.48 | 0.68 | 0.4 |
| Hex | AB | 85 | 21 | 0 | 16 | 51 | 21 | 2B | 44 | 28 |
| Octal | 253 | 205 | 41 | 0 | 26 | 121 | 41 | 53 | 104 | 50 |
| Binary | 10101011 | 10000101 | 100001 | 0 | 10110 | 1010001 | 100001 | 101011 | 1000100 | 101000 |
Color Harmonies of #AB8521
Complementary color
Monochromatic Colors of #AB8521
Black with #AB8521
Text Example
Text Example
White with #AB8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8521; }
p { color: rgb(171,133,33); }
H1.HeaderClassName
{
color: #AB8521;
}
.AnyTagClassName
{
color: #AB8521;
}
</style>
background-color css
<style>
a { background-color: #AB8521; }
a { background-color: rgb(171,133,33); }
div.DivClassName
{
background-color: #AB8521;
}
.BgClassName
{
background-color: #AB8521;
}
</style>
border-color css
<style>
span { border-color: #AB8521; }
span { border-color: rgb(171,133,33); }
td.TdClassName
{
border-color: #AB8521;
}
.TagClassName
{
border-color: #AB8521;
}
</style>