Shades of Au Chico #AB6356
Tints of Au Chico #AB6356
RGB
CMYK
RGB Variations
Color information
#AB6356 (or 0xAB6356) is known color: Au Chico. HEX triplet: AB, 63 and 56. RGB value is (171,99,86). Sum of RGB (Red+Green+Blue) = 171+99+86=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6356 is #549CA9. Grayscale: #777777. Windows color (decimal): -5545130 or 5661611. OLE color: 5661611.
HSL color Cylindrical-coordinate representation of color #AB6356: hue angle of 9.18º 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 #AB6356 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 86 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.33 |
| HSL | 9.18º | 0.34% | 0.5% | - |
| HSV(B) | 9.18º | 0.5% | 0.67% | - |
| XYZ | 22.94 | 18.25 | 11.12 | - |
| YUV | 119.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 86 | 0 | 0.42 | 0.50 | 0.33 | 9.18 | 0.34 | 0.5 |
| Hex | AB | 63 | 56 | 0 | 2A | 32 | 21 | 9 | 22 | 32 |
| Octal | 253 | 143 | 126 | 0 | 52 | 62 | 41 | 11 | 42 | 62 |
| Binary | 10101011 | 1100011 | 1010110 | 0 | 101010 | 110010 | 100001 | 1001 | 100010 | 110010 |
Color Harmonies of #AB6356
Complementary color
Monochromatic Colors of #AB6356
Black with #AB6356
Text Example
Text Example
White with #AB6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6356; }
p { color: rgb(171,99,86); }
H1.HeaderClassName
{
color: #AB6356;
}
.AnyTagClassName
{
color: #AB6356;
}
</style>
background-color css
<style>
a { background-color: #AB6356; }
a { background-color: rgb(171,99,86); }
div.DivClassName
{
background-color: #AB6356;
}
.BgClassName
{
background-color: #AB6356;
}
</style>
border-color css
<style>
span { border-color: #AB6356; }
span { border-color: rgb(171,99,86); }
td.TdClassName
{
border-color: #AB6356;
}
.TagClassName
{
border-color: #AB6356;
}
</style>