Shades of Hacienda #AB841B
Tints of Hacienda #AB841B
RGB
CMYK
RGB Variations
Color information
#AB841B (or 0xAB841B) is known color: Hacienda. HEX triplet: AB, 84 and 1B. RGB value is (171,132,27). Sum of RGB (Red+Green+Blue) = 171+132+27=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB841B is #547BE4. Grayscale: #848484. Windows color (decimal): -5536741 or 1803435. OLE color: 1803435.
HSL color Cylindrical-coordinate representation of color #AB841B: hue angle of 43.75º 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 #AB841B is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 27 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.33 |
| HSL | 43.75º | 0.73% | 0.39% | - |
| HSV(B) | 43.75º | 0.84% | 0.67% | - |
| XYZ | 25.24 | 25.24 | 4.58 | - |
| YUV | 131.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 27 | 0 | 0.23 | 0.84 | 0.33 | 43.75 | 0.73 | 0.39 |
| Hex | AB | 84 | 1B | 0 | 17 | 54 | 21 | 2C | 49 | 27 |
| Octal | 253 | 204 | 33 | 0 | 27 | 124 | 41 | 54 | 111 | 47 |
| Binary | 10101011 | 10000100 | 11011 | 0 | 10111 | 1010100 | 100001 | 101100 | 1001001 | 100111 |
Color Harmonies of #AB841B
Complementary color
Monochromatic Colors of #AB841B
Black with #AB841B
Text Example
Text Example
White with #AB841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB841B; }
p { color: rgb(171,132,27); }
H1.HeaderClassName
{
color: #AB841B;
}
.AnyTagClassName
{
color: #AB841B;
}
</style>
background-color css
<style>
a { background-color: #AB841B; }
a { background-color: rgb(171,132,27); }
div.DivClassName
{
background-color: #AB841B;
}
.BgClassName
{
background-color: #AB841B;
}
</style>
border-color css
<style>
span { border-color: #AB841B; }
span { border-color: rgb(171,132,27); }
td.TdClassName
{
border-color: #AB841B;
}
.TagClassName
{
border-color: #AB841B;
}
</style>