Shades of Au Chico #A66154
Tints of Au Chico #A66154
RGB
CMYK
RGB Variations
Color information
#A66154 (or 0xA66154) is known color: Au Chico. HEX triplet: A6, 61 and 54. RGB value is (166,97,84). Sum of RGB (Red+Green+Blue) = 166+97+84=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66154 is #599EAB. Grayscale: #747474. Windows color (decimal): -5873324 or 5530022. OLE color: 5530022.
HSL color Cylindrical-coordinate representation of color #A66154: hue angle of 9.51º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66154 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 84 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.35 |
| HSL | 9.51º | 0.33% | 0.49% | - |
| HSV(B) | 9.51º | 0.49% | 0.65% | - |
| XYZ | 21.6 | 17.3 | 10.59 | - |
| YUV | 116.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 84 | 0 | 0.42 | 0.49 | 0.35 | 9.51 | 0.33 | 0.49 |
| Hex | A6 | 61 | 54 | 0 | 2A | 31 | 23 | A | 21 | 31 |
| Octal | 246 | 141 | 124 | 0 | 52 | 61 | 43 | 12 | 41 | 61 |
| Binary | 10100110 | 1100001 | 1010100 | 0 | 101010 | 110001 | 100011 | 1010 | 100001 | 110001 |
Color Harmonies of #A66154
Complementary color
Monochromatic Colors of #A66154
Black with #A66154
Text Example
Text Example
White with #A66154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66154; }
p { color: rgb(166,97,84); }
H1.HeaderClassName
{
color: #A66154;
}
.AnyTagClassName
{
color: #A66154;
}
</style>
background-color css
<style>
a { background-color: #A66154; }
a { background-color: rgb(166,97,84); }
div.DivClassName
{
background-color: #A66154;
}
.BgClassName
{
background-color: #A66154;
}
</style>
border-color css
<style>
span { border-color: #A66154; }
span { border-color: rgb(166,97,84); }
td.TdClassName
{
border-color: #A66154;
}
.TagClassName
{
border-color: #A66154;
}
</style>