Shades of Hacienda #AB8123
Tints of Hacienda #AB8123
RGB
CMYK
RGB Variations
Color information
#AB8123 (or 0xAB8123) is known color: Hacienda. HEX triplet: AB, 81 and 23. RGB value is (171,129,35). Sum of RGB (Red+Green+Blue) = 171+129+35=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8123 is #547EDC. Grayscale: #838383. Windows color (decimal): -5537501 or 2326955. OLE color: 2326955.
HSL color Cylindrical-coordinate representation of color #AB8123: hue angle of 41.47º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB8123 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 35 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.33 |
| HSL | 41.47º | 0.66% | 0.4% | - |
| HSV(B) | 41.47º | 0.8% | 0.67% | - |
| XYZ | 24.95 | 24.48 | 5 | - |
| YUV | 130.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 35 | 0 | 0.25 | 0.80 | 0.33 | 41.47 | 0.66 | 0.4 |
| Hex | AB | 81 | 23 | 0 | 19 | 50 | 21 | 29 | 42 | 28 |
| Octal | 253 | 201 | 43 | 0 | 31 | 120 | 41 | 51 | 102 | 50 |
| Binary | 10101011 | 10000001 | 100011 | 0 | 11001 | 1010000 | 100001 | 101001 | 1000010 | 101000 |
Color Harmonies of #AB8123
Complementary color
Monochromatic Colors of #AB8123
Black with #AB8123
Text Example
Text Example
White with #AB8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8123; }
p { color: rgb(171,129,35); }
H1.HeaderClassName
{
color: #AB8123;
}
.AnyTagClassName
{
color: #AB8123;
}
</style>
background-color css
<style>
a { background-color: #AB8123; }
a { background-color: rgb(171,129,35); }
div.DivClassName
{
background-color: #AB8123;
}
.BgClassName
{
background-color: #AB8123;
}
</style>
border-color css
<style>
span { border-color: #AB8123; }
span { border-color: rgb(171,129,35); }
td.TdClassName
{
border-color: #AB8123;
}
.TagClassName
{
border-color: #AB8123;
}
</style>