Shades of Au Chico #AC6256
Tints of Au Chico #AC6256
RGB
CMYK
RGB Variations
Color information
#AC6256 (or 0xAC6256) is known color: Au Chico. HEX triplet: AC, 62 and 56. RGB value is (172,98,86). Sum of RGB (Red+Green+Blue) = 172+98+86=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6256 is #539DA9. Grayscale: #767676. Windows color (decimal): -5479850 or 5661356. OLE color: 5661356.
HSL color Cylindrical-coordinate representation of color #AC6256: hue angle of 8.37º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6256 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 86 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.33 |
| HSL | 8.37º | 0.34% | 0.51% | - |
| HSV(B) | 8.37º | 0.5% | 0.67% | - |
| XYZ | 23.06 | 18.18 | 11.1 | - |
| YUV | 118.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 86 | 0 | 0.43 | 0.5 | 0.33 | 8.37 | 0.34 | 0.51 |
| Hex | AC | 62 | 56 | 0 | 2B | 32 | 21 | 8 | 22 | 33 |
| Octal | 254 | 142 | 126 | 0 | 53 | 62 | 41 | 10 | 42 | 63 |
| Binary | 10101100 | 1100010 | 1010110 | 0 | 101011 | 110010 | 100001 | 1000 | 100010 | 110011 |
Color Harmonies of #AC6256
Complementary color
Monochromatic Colors of #AC6256
Black with #AC6256
Text Example
Text Example
White with #AC6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6256; }
p { color: rgb(172,98,86); }
H1.HeaderClassName
{
color: #AC6256;
}
.AnyTagClassName
{
color: #AC6256;
}
</style>
background-color css
<style>
a { background-color: #AC6256; }
a { background-color: rgb(172,98,86); }
div.DivClassName
{
background-color: #AC6256;
}
.BgClassName
{
background-color: #AC6256;
}
</style>
border-color css
<style>
span { border-color: #AC6256; }
span { border-color: rgb(172,98,86); }
td.TdClassName
{
border-color: #AC6256;
}
.TagClassName
{
border-color: #AC6256;
}
</style>