Shades of Au Chico #AC615A
Tints of Au Chico #AC615A
RGB
CMYK
RGB Variations
Color information
#AC615A (or 0xAC615A) is known color: Au Chico. HEX triplet: AC, 61 and 5A. RGB value is (172,97,90). Sum of RGB (Red+Green+Blue) = 172+97+90=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC615A is #539EA5. Grayscale: #767676. Windows color (decimal): -5480102 or 5923244. OLE color: 5923244.
HSL color Cylindrical-coordinate representation of color #AC615A: hue angle of 5.12º 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 #AC615A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 90 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.33 |
| HSL | 5.12º | 0.33% | 0.51% | - |
| HSV(B) | 5.12º | 0.48% | 0.67% | - |
| XYZ | 23.13 | 18.06 | 11.94 | - |
| YUV | 118.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 90 | 0 | 0.44 | 0.48 | 0.33 | 5.12 | 0.33 | 0.51 |
| Hex | AC | 61 | 5A | 0 | 2C | 30 | 21 | 5 | 21 | 33 |
| Octal | 254 | 141 | 132 | 0 | 54 | 60 | 41 | 5 | 41 | 63 |
| Binary | 10101100 | 1100001 | 1011010 | 0 | 101100 | 110000 | 100001 | 101 | 100001 | 110011 |
Color Harmonies of #AC615A
Complementary color
Monochromatic Colors of #AC615A
Black with #AC615A
Text Example
Text Example
White with #AC615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC615A; }
p { color: rgb(172,97,90); }
H1.HeaderClassName
{
color: #AC615A;
}
.AnyTagClassName
{
color: #AC615A;
}
</style>
background-color css
<style>
a { background-color: #AC615A; }
a { background-color: rgb(172,97,90); }
div.DivClassName
{
background-color: #AC615A;
}
.BgClassName
{
background-color: #AC615A;
}
</style>
border-color css
<style>
span { border-color: #AC615A; }
span { border-color: rgb(172,97,90); }
td.TdClassName
{
border-color: #AC615A;
}
.TagClassName
{
border-color: #AC615A;
}
</style>