Shades of Hacienda #AB821C
Tints of Hacienda #AB821C
RGB
CMYK
RGB Variations
Color information
#AB821C (or 0xAB821C) is known color: Hacienda. HEX triplet: AB, 82 and 1C. RGB value is (171,130,28). Sum of RGB (Red+Green+Blue) = 171+130+28=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB821C is #547DE3. Grayscale: #838383. Windows color (decimal): -5537252 or 1868459. OLE color: 1868459.
HSL color Cylindrical-coordinate representation of color #AB821C: hue angle of 42.8º degrees, saturation: 0.72, 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 #AB821C is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 28 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.33 |
| HSL | 42.8º | 0.72% | 0.39% | - |
| HSV(B) | 42.8º | 0.84% | 0.67% | - |
| XYZ | 24.99 | 24.71 | 4.55 | - |
| YUV | 130.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 28 | 0 | 0.24 | 0.84 | 0.33 | 42.8 | 0.72 | 0.39 |
| Hex | AB | 82 | 1C | 0 | 18 | 54 | 21 | 2B | 48 | 27 |
| Octal | 253 | 202 | 34 | 0 | 30 | 124 | 41 | 53 | 110 | 47 |
| Binary | 10101011 | 10000010 | 11100 | 0 | 11000 | 1010100 | 100001 | 101011 | 1001000 | 100111 |
Color Harmonies of #AB821C
Complementary color
Monochromatic Colors of #AB821C
Black with #AB821C
Text Example
Text Example
White with #AB821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB821C; }
p { color: rgb(171,130,28); }
H1.HeaderClassName
{
color: #AB821C;
}
.AnyTagClassName
{
color: #AB821C;
}
</style>
background-color css
<style>
a { background-color: #AB821C; }
a { background-color: rgb(171,130,28); }
div.DivClassName
{
background-color: #AB821C;
}
.BgClassName
{
background-color: #AB821C;
}
</style>
border-color css
<style>
span { border-color: #AB821C; }
span { border-color: rgb(171,130,28); }
td.TdClassName
{
border-color: #AB821C;
}
.TagClassName
{
border-color: #AB821C;
}
</style>