Shades of Au Chico #AC6257
Tints of Au Chico #AC6257
RGB
CMYK
RGB Variations
Color information
#AC6257 (or 0xAC6257) is known color: Au Chico. HEX triplet: AC, 62 and 57. RGB value is (172,98,87). Sum of RGB (Red+Green+Blue) = 172+98+87=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6257 is #539DA8. Grayscale: #767676. Windows color (decimal): -5479849 or 5726892. OLE color: 5726892.
HSL color Cylindrical-coordinate representation of color #AC6257: hue angle of 7.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6257 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 87 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.33 |
| HSL | 7.76º | 0.34% | 0.51% | - |
| HSV(B) | 7.76º | 0.49% | 0.67% | - |
| XYZ | 23.1 | 18.19 | 11.31 | - |
| YUV | 118.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 87 | 0 | 0.43 | 0.49 | 0.33 | 7.76 | 0.34 | 0.51 |
| Hex | AC | 62 | 57 | 0 | 2B | 31 | 21 | 8 | 22 | 33 |
| Octal | 254 | 142 | 127 | 0 | 53 | 61 | 41 | 10 | 42 | 63 |
| Binary | 10101100 | 1100010 | 1010111 | 0 | 101011 | 110001 | 100001 | 1000 | 100010 | 110011 |
Color Harmonies of #AC6257
Complementary color
Monochromatic Colors of #AC6257
Black with #AC6257
Text Example
Text Example
White with #AC6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6257; }
p { color: rgb(172,98,87); }
H1.HeaderClassName
{
color: #AC6257;
}
.AnyTagClassName
{
color: #AC6257;
}
</style>
background-color css
<style>
a { background-color: #AC6257; }
a { background-color: rgb(172,98,87); }
div.DivClassName
{
background-color: #AC6257;
}
.BgClassName
{
background-color: #AC6257;
}
</style>
border-color css
<style>
span { border-color: #AC6257; }
span { border-color: rgb(172,98,87); }
td.TdClassName
{
border-color: #AC6257;
}
.TagClassName
{
border-color: #AC6257;
}
</style>