Shades of Au Chico #A66159
Tints of Au Chico #A66159
RGB
CMYK
RGB Variations
Color information
#A66159 (or 0xA66159) is known color: Au Chico. HEX triplet: A6, 61 and 59. RGB value is (166,97,89). Sum of RGB (Red+Green+Blue) = 166+97+89=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A66159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66159 is #599EA6. Grayscale: #747474. Windows color (decimal): -5873319 or 5857702. OLE color: 5857702.
HSL color Cylindrical-coordinate representation of color #A66159: hue angle of 6.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66159 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 89 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.35 |
| HSL | 6.23º | 0.3% | 0.5% | - |
| HSV(B) | 6.23º | 0.46% | 0.65% | - |
| XYZ | 21.8 | 17.38 | 11.66 | - |
| YUV | 116.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 89 | 0 | 0.42 | 0.46 | 0.35 | 6.23 | 0.3 | 0.5 |
| Hex | A6 | 61 | 59 | 0 | 2A | 2E | 23 | 6 | 1E | 32 |
| Octal | 246 | 141 | 131 | 0 | 52 | 56 | 43 | 6 | 36 | 62 |
| Binary | 10100110 | 1100001 | 1011001 | 0 | 101010 | 101110 | 100011 | 110 | 11110 | 110010 |
Color Harmonies of #A66159
Complementary color
Monochromatic Colors of #A66159
Black with #A66159
Text Example
Text Example
White with #A66159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66159; }
p { color: rgb(166,97,89); }
H1.HeaderClassName
{
color: #A66159;
}
.AnyTagClassName
{
color: #A66159;
}
</style>
background-color css
<style>
a { background-color: #A66159; }
a { background-color: rgb(166,97,89); }
div.DivClassName
{
background-color: #A66159;
}
.BgClassName
{
background-color: #A66159;
}
</style>
border-color css
<style>
span { border-color: #A66159; }
span { border-color: rgb(166,97,89); }
td.TdClassName
{
border-color: #A66159;
}
.TagClassName
{
border-color: #A66159;
}
</style>