Shades of Hacienda #AB831F
Tints of Hacienda #AB831F
RGB
CMYK
RGB Variations
Color information
#AB831F (or 0xAB831F) is known color: Hacienda. HEX triplet: AB, 83 and 1F. RGB value is (171,131,31). Sum of RGB (Red+Green+Blue) = 171+131+31=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB831F is #547CE0. Grayscale: #838383. Windows color (decimal): -5536993 or 2065323. OLE color: 2065323.
HSL color Cylindrical-coordinate representation of color #AB831F: hue angle of 42.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB831F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 31 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.33 |
| HSL | 42.86º | 0.69% | 0.4% | - |
| HSV(B) | 42.86º | 0.82% | 0.67% | - |
| XYZ | 25.16 | 24.99 | 4.79 | - |
| YUV | 131.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 31 | 0 | 0.23 | 0.82 | 0.33 | 42.86 | 0.69 | 0.4 |
| Hex | AB | 83 | 1F | 0 | 17 | 52 | 21 | 2B | 45 | 28 |
| Octal | 253 | 203 | 37 | 0 | 27 | 122 | 41 | 53 | 105 | 50 |
| Binary | 10101011 | 10000011 | 11111 | 0 | 10111 | 1010010 | 100001 | 101011 | 1000101 | 101000 |
Color Harmonies of #AB831F
Complementary color
Monochromatic Colors of #AB831F
Black with #AB831F
Text Example
Text Example
White with #AB831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB831F; }
p { color: rgb(171,131,31); }
H1.HeaderClassName
{
color: #AB831F;
}
.AnyTagClassName
{
color: #AB831F;
}
</style>
background-color css
<style>
a { background-color: #AB831F; }
a { background-color: rgb(171,131,31); }
div.DivClassName
{
background-color: #AB831F;
}
.BgClassName
{
background-color: #AB831F;
}
</style>
border-color css
<style>
span { border-color: #AB831F; }
span { border-color: rgb(171,131,31); }
td.TdClassName
{
border-color: #AB831F;
}
.TagClassName
{
border-color: #AB831F;
}
</style>