Shades of Hacienda #AB8325
Tints of Hacienda #AB8325
RGB
CMYK
RGB Variations
Color information
#AB8325 (or 0xAB8325) is known color: Hacienda. HEX triplet: AB, 83 and 25. RGB value is (171,131,37). Sum of RGB (Red+Green+Blue) = 171+131+37=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8325 is #547CDA. Grayscale: #848484. Windows color (decimal): -5536987 or 2458539. OLE color: 2458539.
HSL color Cylindrical-coordinate representation of color #AB8325: hue angle of 42.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB8325 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 37 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.33 |
| HSL | 42.09º | 0.64% | 0.41% | - |
| HSV(B) | 42.09º | 0.78% | 0.67% | - |
| XYZ | 25.24 | 25.02 | 5.25 | - |
| YUV | 132.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 37 | 0 | 0.23 | 0.78 | 0.33 | 42.09 | 0.64 | 0.41 |
| Hex | AB | 83 | 25 | 0 | 17 | 4E | 21 | 2A | 40 | 29 |
| Octal | 253 | 203 | 45 | 0 | 27 | 116 | 41 | 52 | 100 | 51 |
| Binary | 10101011 | 10000011 | 100101 | 0 | 10111 | 1001110 | 100001 | 101010 | 1000000 | 101001 |
Color Harmonies of #AB8325
Complementary color
Monochromatic Colors of #AB8325
Black with #AB8325
Text Example
Text Example
White with #AB8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8325; }
p { color: rgb(171,131,37); }
H1.HeaderClassName
{
color: #AB8325;
}
.AnyTagClassName
{
color: #AB8325;
}
</style>
background-color css
<style>
a { background-color: #AB8325; }
a { background-color: rgb(171,131,37); }
div.DivClassName
{
background-color: #AB8325;
}
.BgClassName
{
background-color: #AB8325;
}
</style>
border-color css
<style>
span { border-color: #AB8325; }
span { border-color: rgb(171,131,37); }
td.TdClassName
{
border-color: #AB8325;
}
.TagClassName
{
border-color: #AB8325;
}
</style>