Shades of Hacienda #AB821B
Tints of Hacienda #AB821B
RGB
CMYK
RGB Variations
Color information
#AB821B (or 0xAB821B) is known color: Hacienda. HEX triplet: AB, 82 and 1B. RGB value is (171,130,27). Sum of RGB (Red+Green+Blue) = 171+130+27=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB821B is #547DE4. Grayscale: #828282. Windows color (decimal): -5537253 or 1802923. OLE color: 1802923.
HSL color Cylindrical-coordinate representation of color #AB821B: hue angle of 42.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB821B is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 27 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.33 |
| HSL | 42.92º | 0.73% | 0.39% | - |
| HSV(B) | 42.92º | 0.84% | 0.67% | - |
| XYZ | 24.98 | 24.7 | 4.49 | - |
| YUV | 130.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 27 | 0 | 0.24 | 0.84 | 0.33 | 42.92 | 0.73 | 0.39 |
| Hex | AB | 82 | 1B | 0 | 18 | 54 | 21 | 2B | 49 | 27 |
| Octal | 253 | 202 | 33 | 0 | 30 | 124 | 41 | 53 | 111 | 47 |
| Binary | 10101011 | 10000010 | 11011 | 0 | 11000 | 1010100 | 100001 | 101011 | 1001001 | 100111 |
Color Harmonies of #AB821B
Complementary color
Monochromatic Colors of #AB821B
Black with #AB821B
Text Example
Text Example
White with #AB821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB821B; }
p { color: rgb(171,130,27); }
H1.HeaderClassName
{
color: #AB821B;
}
.AnyTagClassName
{
color: #AB821B;
}
</style>
background-color css
<style>
a { background-color: #AB821B; }
a { background-color: rgb(171,130,27); }
div.DivClassName
{
background-color: #AB821B;
}
.BgClassName
{
background-color: #AB821B;
}
</style>
border-color css
<style>
span { border-color: #AB821B; }
span { border-color: rgb(171,130,27); }
td.TdClassName
{
border-color: #AB821B;
}
.TagClassName
{
border-color: #AB821B;
}
</style>