Shades of Au Chico #AB6255
Tints of Au Chico #AB6255
RGB
CMYK
RGB Variations
Color information
#AB6255 (or 0xAB6255) is known color: Au Chico. HEX triplet: AB, 62 and 55. RGB value is (171,98,85). Sum of RGB (Red+Green+Blue) = 171+98+85=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6255 is #549DAA. Grayscale: #767676. Windows color (decimal): -5545387 or 5595819. OLE color: 5595819.
HSL color Cylindrical-coordinate representation of color #AB6255: hue angle of 9.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6255 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 85 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.33 |
| HSL | 9.07º | 0.34% | 0.5% | - |
| HSV(B) | 9.07º | 0.5% | 0.67% | - |
| XYZ | 22.8 | 18.05 | 10.88 | - |
| YUV | 118.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 85 | 0 | 0.43 | 0.50 | 0.33 | 9.07 | 0.34 | 0.5 |
| Hex | AB | 62 | 55 | 0 | 2B | 32 | 21 | 9 | 22 | 32 |
| Octal | 253 | 142 | 125 | 0 | 53 | 62 | 41 | 11 | 42 | 62 |
| Binary | 10101011 | 1100010 | 1010101 | 0 | 101011 | 110010 | 100001 | 1001 | 100010 | 110010 |
Color Harmonies of #AB6255
Complementary color
Monochromatic Colors of #AB6255
Black with #AB6255
Text Example
Text Example
White with #AB6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6255; }
p { color: rgb(171,98,85); }
H1.HeaderClassName
{
color: #AB6255;
}
.AnyTagClassName
{
color: #AB6255;
}
</style>
background-color css
<style>
a { background-color: #AB6255; }
a { background-color: rgb(171,98,85); }
div.DivClassName
{
background-color: #AB6255;
}
.BgClassName
{
background-color: #AB6255;
}
</style>
border-color css
<style>
span { border-color: #AB6255; }
span { border-color: rgb(171,98,85); }
td.TdClassName
{
border-color: #AB6255;
}
.TagClassName
{
border-color: #AB6255;
}
</style>