Shades of Au Chico #A06150
Tints of Au Chico #A06150
RGB
CMYK
RGB Variations
Color information
#A06150 (or 0xA06150) is known color: Au Chico. HEX triplet: A0, 61 and 50. RGB value is (160,97,80). Sum of RGB (Red+Green+Blue) = 160+97+80=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A06150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06150 is #5F9EAF. Grayscale: #727272. Windows color (decimal): -6266544 or 5267872. OLE color: 5267872.
HSL color Cylindrical-coordinate representation of color #A06150: hue angle of 12.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06150 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 80 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.37 |
| HSL | 12.75º | 0.33% | 0.47% | - |
| HSV(B) | 12.75º | 0.5% | 0.63% | - |
| XYZ | 20.22 | 16.6 | 9.73 | - |
| YUV | 113.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 80 | 0 | 0.39 | 0.5 | 0.37 | 12.75 | 0.33 | 0.47 |
| Hex | A0 | 61 | 50 | 0 | 27 | 32 | 25 | D | 21 | 2F |
| Octal | 240 | 141 | 120 | 0 | 47 | 62 | 45 | 15 | 41 | 57 |
| Binary | 10100000 | 1100001 | 1010000 | 0 | 100111 | 110010 | 100101 | 1101 | 100001 | 101111 |
Color Harmonies of #A06150
Complementary color
Monochromatic Colors of #A06150
Black with #A06150
Text Example
Text Example
White with #A06150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06150; }
p { color: rgb(160,97,80); }
H1.HeaderClassName
{
color: #A06150;
}
.AnyTagClassName
{
color: #A06150;
}
</style>
background-color css
<style>
a { background-color: #A06150; }
a { background-color: rgb(160,97,80); }
div.DivClassName
{
background-color: #A06150;
}
.BgClassName
{
background-color: #A06150;
}
</style>
border-color css
<style>
span { border-color: #A06150; }
span { border-color: rgb(160,97,80); }
td.TdClassName
{
border-color: #A06150;
}
.TagClassName
{
border-color: #A06150;
}
</style>