Shades of Au Chico #AB6059
Tints of Au Chico #AB6059
RGB
CMYK
RGB Variations
Color information
#AB6059 (or 0xAB6059) is known color: Au Chico. HEX triplet: AB, 60 and 59. RGB value is (171,96,89). Sum of RGB (Red+Green+Blue) = 171+96+89=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6059 is #549FA6. Grayscale: #757575. Windows color (decimal): -5545895 or 5857451. OLE color: 5857451.
HSL color Cylindrical-coordinate representation of color #AB6059: hue angle of 5.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB6059 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 89 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.33 |
| HSL | 5.12º | 0.33% | 0.51% | - |
| HSV(B) | 5.12º | 0.48% | 0.67% | - |
| XYZ | 22.78 | 17.74 | 11.68 | - |
| YUV | 117.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 89 | 0 | 0.44 | 0.48 | 0.33 | 5.12 | 0.33 | 0.51 |
| Hex | AB | 60 | 59 | 0 | 2C | 30 | 21 | 5 | 21 | 33 |
| Octal | 253 | 140 | 131 | 0 | 54 | 60 | 41 | 5 | 41 | 63 |
| Binary | 10101011 | 1100000 | 1011001 | 0 | 101100 | 110000 | 100001 | 101 | 100001 | 110011 |
Color Harmonies of #AB6059
Complementary color
Monochromatic Colors of #AB6059
Black with #AB6059
Text Example
Text Example
White with #AB6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6059; }
p { color: rgb(171,96,89); }
H1.HeaderClassName
{
color: #AB6059;
}
.AnyTagClassName
{
color: #AB6059;
}
</style>
background-color css
<style>
a { background-color: #AB6059; }
a { background-color: rgb(171,96,89); }
div.DivClassName
{
background-color: #AB6059;
}
.BgClassName
{
background-color: #AB6059;
}
</style>
border-color css
<style>
span { border-color: #AB6059; }
span { border-color: rgb(171,96,89); }
td.TdClassName
{
border-color: #AB6059;
}
.TagClassName
{
border-color: #AB6059;
}
</style>