Shades of Au Chico #A0665C
Tints of Au Chico #A0665C
RGB
CMYK
RGB Variations
Color information
#A0665C (or 0xA0665C) is known color: Au Chico. HEX triplet: A0, 66 and 5C. RGB value is (160,102,92). Sum of RGB (Red+Green+Blue) = 160+102+92=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665C is #5F99A3. Grayscale: #767676. Windows color (decimal): -6265252 or 6055584. OLE color: 6055584.
HSL color Cylindrical-coordinate representation of color #A0665C: hue angle of 8.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0665C is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 92 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.37 |
| HSL | 8.82º | 0.27% | 0.49% | - |
| HSV(B) | 8.82º | 0.43% | 0.63% | - |
| XYZ | 21.18 | 17.75 | 12.43 | - |
| YUV | 118.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 92 | 0 | 0.36 | 0.43 | 0.37 | 8.82 | 0.27 | 0.49 |
| Hex | A0 | 66 | 5C | 0 | 24 | 2B | 25 | 9 | 1B | 31 |
| Octal | 240 | 146 | 134 | 0 | 44 | 53 | 45 | 11 | 33 | 61 |
| Binary | 10100000 | 1100110 | 1011100 | 0 | 100100 | 101011 | 100101 | 1001 | 11011 | 110001 |
Color Harmonies of #A0665C
Complementary color
Monochromatic Colors of #A0665C
Black with #A0665C
Text Example
Text Example
White with #A0665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0665C; }
p { color: rgb(160,102,92); }
H1.HeaderClassName
{
color: #A0665C;
}
.AnyTagClassName
{
color: #A0665C;
}
</style>
background-color css
<style>
a { background-color: #A0665C; }
a { background-color: rgb(160,102,92); }
div.DivClassName
{
background-color: #A0665C;
}
.BgClassName
{
background-color: #A0665C;
}
</style>
border-color css
<style>
span { border-color: #A0665C; }
span { border-color: rgb(160,102,92); }
td.TdClassName
{
border-color: #A0665C;
}
.TagClassName
{
border-color: #A0665C;
}
</style>