Shades of Au Chico #AB6559
Tints of Au Chico #AB6559
RGB
CMYK
RGB Variations
Color information
#AB6559 (or 0xAB6559) is known color: Au Chico. HEX triplet: AB, 65 and 59. RGB value is (171,101,89). Sum of RGB (Red+Green+Blue) = 171+101+89=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6559 is #549AA6. Grayscale: #787878. Windows color (decimal): -5544615 or 5858731. OLE color: 5858731.
HSL color Cylindrical-coordinate representation of color #AB6559: hue angle of 8.78º 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 #AB6559 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 89 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.33 |
| HSL | 8.78º | 0.33% | 0.51% | - |
| HSV(B) | 8.78º | 0.48% | 0.67% | - |
| XYZ | 23.25 | 18.69 | 11.83 | - |
| YUV | 120.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 89 | 0 | 0.41 | 0.48 | 0.33 | 8.78 | 0.33 | 0.51 |
| Hex | AB | 65 | 59 | 0 | 29 | 30 | 21 | 9 | 21 | 33 |
| Octal | 253 | 145 | 131 | 0 | 51 | 60 | 41 | 11 | 41 | 63 |
| Binary | 10101011 | 1100101 | 1011001 | 0 | 101001 | 110000 | 100001 | 1001 | 100001 | 110011 |
Color Harmonies of #AB6559
Complementary color
Monochromatic Colors of #AB6559
Black with #AB6559
Text Example
Text Example
White with #AB6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6559; }
p { color: rgb(171,101,89); }
H1.HeaderClassName
{
color: #AB6559;
}
.AnyTagClassName
{
color: #AB6559;
}
</style>
background-color css
<style>
a { background-color: #AB6559; }
a { background-color: rgb(171,101,89); }
div.DivClassName
{
background-color: #AB6559;
}
.BgClassName
{
background-color: #AB6559;
}
</style>
border-color css
<style>
span { border-color: #AB6559; }
span { border-color: rgb(171,101,89); }
td.TdClassName
{
border-color: #AB6559;
}
.TagClassName
{
border-color: #AB6559;
}
</style>