Shades of Au Chico #AC6259
Tints of Au Chico #AC6259
RGB
CMYK
RGB Variations
Color information
#AC6259 (or 0xAC6259) is known color: Au Chico. HEX triplet: AC, 62 and 59. RGB value is (172,98,89). Sum of RGB (Red+Green+Blue) = 172+98+89=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6259 is #539DA6. Grayscale: #777777. Windows color (decimal): -5479847 or 5857964. OLE color: 5857964.
HSL color Cylindrical-coordinate representation of color #AC6259: hue angle of 6.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6259 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 89 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.33 |
| HSL | 6.51º | 0.33% | 0.51% | - |
| HSV(B) | 6.51º | 0.48% | 0.67% | - |
| XYZ | 23.18 | 18.23 | 11.75 | - |
| YUV | 119.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 89 | 0 | 0.43 | 0.48 | 0.33 | 6.51 | 0.33 | 0.51 |
| Hex | AC | 62 | 59 | 0 | 2B | 30 | 21 | 7 | 21 | 33 |
| Octal | 254 | 142 | 131 | 0 | 53 | 60 | 41 | 7 | 41 | 63 |
| Binary | 10101100 | 1100010 | 1011001 | 0 | 101011 | 110000 | 100001 | 111 | 100001 | 110011 |
Color Harmonies of #AC6259
Complementary color
Monochromatic Colors of #AC6259
Black with #AC6259
Text Example
Text Example
White with #AC6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6259; }
p { color: rgb(172,98,89); }
H1.HeaderClassName
{
color: #AC6259;
}
.AnyTagClassName
{
color: #AC6259;
}
</style>
background-color css
<style>
a { background-color: #AC6259; }
a { background-color: rgb(172,98,89); }
div.DivClassName
{
background-color: #AC6259;
}
.BgClassName
{
background-color: #AC6259;
}
</style>
border-color css
<style>
span { border-color: #AC6259; }
span { border-color: rgb(172,98,89); }
td.TdClassName
{
border-color: #AC6259;
}
.TagClassName
{
border-color: #AC6259;
}
</style>