Shades of Au Chico #A66158
Tints of Au Chico #A66158
RGB
CMYK
RGB Variations
Color information
#A66158 (or 0xA66158) is known color: Au Chico. HEX triplet: A6, 61 and 58. RGB value is (166,97,88). Sum of RGB (Red+Green+Blue) = 166+97+88=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A66158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66158 is #599EA7. Grayscale: #747474. Windows color (decimal): -5873320 or 5792166. OLE color: 5792166.
HSL color Cylindrical-coordinate representation of color #A66158: hue angle of 6.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66158 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 88 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.35 |
| HSL | 6.92º | 0.31% | 0.5% | - |
| HSV(B) | 6.92º | 0.47% | 0.65% | - |
| XYZ | 21.76 | 17.36 | 11.44 | - |
| YUV | 116.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 88 | 0 | 0.42 | 0.47 | 0.35 | 6.92 | 0.31 | 0.5 |
| Hex | A6 | 61 | 58 | 0 | 2A | 2F | 23 | 7 | 1F | 32 |
| Octal | 246 | 141 | 130 | 0 | 52 | 57 | 43 | 7 | 37 | 62 |
| Binary | 10100110 | 1100001 | 1011000 | 0 | 101010 | 101111 | 100011 | 111 | 11111 | 110010 |
Color Harmonies of #A66158
Complementary color
Monochromatic Colors of #A66158
Black with #A66158
Text Example
Text Example
White with #A66158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66158; }
p { color: rgb(166,97,88); }
H1.HeaderClassName
{
color: #A66158;
}
.AnyTagClassName
{
color: #A66158;
}
</style>
background-color css
<style>
a { background-color: #A66158; }
a { background-color: rgb(166,97,88); }
div.DivClassName
{
background-color: #A66158;
}
.BgClassName
{
background-color: #A66158;
}
</style>
border-color css
<style>
span { border-color: #A66158; }
span { border-color: rgb(166,97,88); }
td.TdClassName
{
border-color: #A66158;
}
.TagClassName
{
border-color: #A66158;
}
</style>