Shades of Hacienda #AB7A1C
Tints of Hacienda #AB7A1C
RGB
CMYK
RGB Variations
Color information
#AB7A1C (or 0xAB7A1C) is known color: Hacienda. HEX triplet: AB, 7A and 1C. RGB value is (171,122,28). Sum of RGB (Red+Green+Blue) = 171+122+28=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A1C is #5485E3. Grayscale: #7E7E7E. Windows color (decimal): -5539300 or 1866411. OLE color: 1866411.
HSL color Cylindrical-coordinate representation of color #AB7A1C: hue angle of 39.44º 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 #AB7A1C is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 28 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.33 |
| HSL | 39.44º | 0.72% | 0.39% | - |
| HSV(B) | 39.44º | 0.84% | 0.67% | - |
| XYZ | 23.96 | 22.66 | 4.21 | - |
| YUV | 125.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 28 | 0 | 0.29 | 0.84 | 0.33 | 39.44 | 0.72 | 0.39 |
| Hex | AB | 7A | 1C | 0 | 1D | 54 | 21 | 27 | 48 | 27 |
| Octal | 253 | 172 | 34 | 0 | 35 | 124 | 41 | 47 | 110 | 47 |
| Binary | 10101011 | 1111010 | 11100 | 0 | 11101 | 1010100 | 100001 | 100111 | 1001000 | 100111 |
Color Harmonies of #AB7A1C
Complementary color
Monochromatic Colors of #AB7A1C
Black with #AB7A1C
Text Example
Text Example
White with #AB7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A1C; }
p { color: rgb(171,122,28); }
H1.HeaderClassName
{
color: #AB7A1C;
}
.AnyTagClassName
{
color: #AB7A1C;
}
</style>
background-color css
<style>
a { background-color: #AB7A1C; }
a { background-color: rgb(171,122,28); }
div.DivClassName
{
background-color: #AB7A1C;
}
.BgClassName
{
background-color: #AB7A1C;
}
</style>
border-color css
<style>
span { border-color: #AB7A1C; }
span { border-color: rgb(171,122,28); }
td.TdClassName
{
border-color: #AB7A1C;
}
.TagClassName
{
border-color: #AB7A1C;
}
</style>