Shades of Au Chico #AB6155
Tints of Au Chico #AB6155
RGB
CMYK
RGB Variations
Color information
#AB6155 (or 0xAB6155) is known color: Au Chico. HEX triplet: AB, 61 and 55. RGB value is (171,97,85). Sum of RGB (Red+Green+Blue) = 171+97+85=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6155 is #549EAA. Grayscale: #757575. Windows color (decimal): -5545643 or 5595563. OLE color: 5595563.
HSL color Cylindrical-coordinate representation of color #AB6155: hue angle of 8.37º 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 #AB6155 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 85 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.33 |
| HSL | 8.37º | 0.34% | 0.5% | - |
| HSV(B) | 8.37º | 0.5% | 0.67% | - |
| XYZ | 22.71 | 17.86 | 10.85 | - |
| YUV | 117.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 85 | 0 | 0.43 | 0.50 | 0.33 | 8.37 | 0.34 | 0.5 |
| Hex | AB | 61 | 55 | 0 | 2B | 32 | 21 | 8 | 22 | 32 |
| Octal | 253 | 141 | 125 | 0 | 53 | 62 | 41 | 10 | 42 | 62 |
| Binary | 10101011 | 1100001 | 1010101 | 0 | 101011 | 110010 | 100001 | 1000 | 100010 | 110010 |
Color Harmonies of #AB6155
Complementary color
Monochromatic Colors of #AB6155
Black with #AB6155
Text Example
Text Example
White with #AB6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6155; }
p { color: rgb(171,97,85); }
H1.HeaderClassName
{
color: #AB6155;
}
.AnyTagClassName
{
color: #AB6155;
}
</style>
background-color css
<style>
a { background-color: #AB6155; }
a { background-color: rgb(171,97,85); }
div.DivClassName
{
background-color: #AB6155;
}
.BgClassName
{
background-color: #AB6155;
}
</style>
border-color css
<style>
span { border-color: #AB6155; }
span { border-color: rgb(171,97,85); }
td.TdClassName
{
border-color: #AB6155;
}
.TagClassName
{
border-color: #AB6155;
}
</style>