Shades of Au Chico #AC6358
Tints of Au Chico #AC6358
RGB
CMYK
RGB Variations
Color information
#AC6358 (or 0xAC6358) is known color: Au Chico. HEX triplet: AC, 63 and 58. RGB value is (172,99,88). Sum of RGB (Red+Green+Blue) = 172+99+88=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6358 is #539CA7. Grayscale: #777777. Windows color (decimal): -5479592 or 5792684. OLE color: 5792684.
HSL color Cylindrical-coordinate representation of color #AC6358: hue angle of 7.86º 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 #AC6358 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 88 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.33 |
| HSL | 7.86º | 0.34% | 0.51% | - |
| HSV(B) | 7.86º | 0.49% | 0.67% | - |
| XYZ | 23.24 | 18.4 | 11.56 | - |
| YUV | 119.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 88 | 0 | 0.42 | 0.49 | 0.33 | 7.86 | 0.34 | 0.51 |
| Hex | AC | 63 | 58 | 0 | 2A | 31 | 21 | 8 | 22 | 33 |
| Octal | 254 | 143 | 130 | 0 | 52 | 61 | 41 | 10 | 42 | 63 |
| Binary | 10101100 | 1100011 | 1011000 | 0 | 101010 | 110001 | 100001 | 1000 | 100010 | 110011 |
Color Harmonies of #AC6358
Complementary color
Monochromatic Colors of #AC6358
Black with #AC6358
Text Example
Text Example
White with #AC6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6358; }
p { color: rgb(172,99,88); }
H1.HeaderClassName
{
color: #AC6358;
}
.AnyTagClassName
{
color: #AC6358;
}
</style>
background-color css
<style>
a { background-color: #AC6358; }
a { background-color: rgb(172,99,88); }
div.DivClassName
{
background-color: #AC6358;
}
.BgClassName
{
background-color: #AC6358;
}
</style>
border-color css
<style>
span { border-color: #AC6358; }
span { border-color: rgb(172,99,88); }
td.TdClassName
{
border-color: #AC6358;
}
.TagClassName
{
border-color: #AC6358;
}
</style>