Shades of Hacienda #AB841C
Tints of Hacienda #AB841C
RGB
CMYK
RGB Variations
Color information
#AB841C (or 0xAB841C) is known color: Hacienda. HEX triplet: AB, 84 and 1C. RGB value is (171,132,28). Sum of RGB (Red+Green+Blue) = 171+132+28=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB841C is #547BE3. Grayscale: #848484. Windows color (decimal): -5536740 or 1868971. OLE color: 1868971.
HSL color Cylindrical-coordinate representation of color #AB841C: hue angle of 43.64º 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 #AB841C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 28 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.33 |
| HSL | 43.64º | 0.72% | 0.39% | - |
| HSV(B) | 43.64º | 0.84% | 0.67% | - |
| XYZ | 25.26 | 25.24 | 4.64 | - |
| YUV | 131.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 28 | 0 | 0.23 | 0.84 | 0.33 | 43.64 | 0.72 | 0.39 |
| Hex | AB | 84 | 1C | 0 | 17 | 54 | 21 | 2C | 48 | 27 |
| Octal | 253 | 204 | 34 | 0 | 27 | 124 | 41 | 54 | 110 | 47 |
| Binary | 10101011 | 10000100 | 11100 | 0 | 10111 | 1010100 | 100001 | 101100 | 1001000 | 100111 |
Color Harmonies of #AB841C
Complementary color
Monochromatic Colors of #AB841C
Black with #AB841C
Text Example
Text Example
White with #AB841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB841C; }
p { color: rgb(171,132,28); }
H1.HeaderClassName
{
color: #AB841C;
}
.AnyTagClassName
{
color: #AB841C;
}
</style>
background-color css
<style>
a { background-color: #AB841C; }
a { background-color: rgb(171,132,28); }
div.DivClassName
{
background-color: #AB841C;
}
.BgClassName
{
background-color: #AB841C;
}
</style>
border-color css
<style>
span { border-color: #AB841C; }
span { border-color: rgb(171,132,28); }
td.TdClassName
{
border-color: #AB841C;
}
.TagClassName
{
border-color: #AB841C;
}
</style>