Shades of Au Chico #AB6256
Tints of Au Chico #AB6256
RGB
CMYK
RGB Variations
Color information
#AB6256 (or 0xAB6256) is known color: Au Chico. HEX triplet: AB, 62 and 56. RGB value is (171,98,86). Sum of RGB (Red+Green+Blue) = 171+98+86=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6256 is #549DA9. Grayscale: #767676. Windows color (decimal): -5545386 or 5661355. OLE color: 5661355.
HSL color Cylindrical-coordinate representation of color #AB6256: hue angle of 8.47º 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 #AB6256 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 86 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.33 |
| HSL | 8.47º | 0.34% | 0.5% | - |
| HSV(B) | 8.47º | 0.5% | 0.67% | - |
| XYZ | 22.84 | 18.07 | 11.09 | - |
| YUV | 118.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 86 | 0 | 0.43 | 0.50 | 0.33 | 8.47 | 0.34 | 0.5 |
| Hex | AB | 62 | 56 | 0 | 2B | 32 | 21 | 8 | 22 | 32 |
| Octal | 253 | 142 | 126 | 0 | 53 | 62 | 41 | 10 | 42 | 62 |
| Binary | 10101011 | 1100010 | 1010110 | 0 | 101011 | 110010 | 100001 | 1000 | 100010 | 110010 |
Color Harmonies of #AB6256
Complementary color
Monochromatic Colors of #AB6256
Black with #AB6256
Text Example
Text Example
White with #AB6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6256; }
p { color: rgb(171,98,86); }
H1.HeaderClassName
{
color: #AB6256;
}
.AnyTagClassName
{
color: #AB6256;
}
</style>
background-color css
<style>
a { background-color: #AB6256; }
a { background-color: rgb(171,98,86); }
div.DivClassName
{
background-color: #AB6256;
}
.BgClassName
{
background-color: #AB6256;
}
</style>
border-color css
<style>
span { border-color: #AB6256; }
span { border-color: rgb(171,98,86); }
td.TdClassName
{
border-color: #AB6256;
}
.TagClassName
{
border-color: #AB6256;
}
</style>