Shades of Au Chico #A06B5D
Tints of Au Chico #A06B5D
RGB
CMYK
RGB Variations
Color information
#A06B5D (or 0xA06B5D) is known color: Au Chico. HEX triplet: A0, 6B and 5D. RGB value is (160,107,93). Sum of RGB (Red+Green+Blue) = 160+107+93=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B5D is #5F94A2. Grayscale: #797979. Windows color (decimal): -6263971 or 6122400. OLE color: 6122400.
HSL color Cylindrical-coordinate representation of color #A06B5D: hue angle of 12.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06B5D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 93 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.37 |
| HSL | 12.54º | 0.26% | 0.5% | - |
| HSV(B) | 12.54º | 0.42% | 0.63% | - |
| XYZ | 21.73 | 18.78 | 12.84 | - |
| YUV | 121.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 93 | 0 | 0.33 | 0.42 | 0.37 | 12.54 | 0.26 | 0.5 |
| Hex | A0 | 6B | 5D | 0 | 21 | 2A | 25 | D | 1A | 32 |
| Octal | 240 | 153 | 135 | 0 | 41 | 52 | 45 | 15 | 32 | 62 |
| Binary | 10100000 | 1101011 | 1011101 | 0 | 100001 | 101010 | 100101 | 1101 | 11010 | 110010 |
Color Harmonies of #A06B5D
Complementary color
Monochromatic Colors of #A06B5D
Black with #A06B5D
Text Example
Text Example
White with #A06B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B5D; }
p { color: rgb(160,107,93); }
H1.HeaderClassName
{
color: #A06B5D;
}
.AnyTagClassName
{
color: #A06B5D;
}
</style>
background-color css
<style>
a { background-color: #A06B5D; }
a { background-color: rgb(160,107,93); }
div.DivClassName
{
background-color: #A06B5D;
}
.BgClassName
{
background-color: #A06B5D;
}
</style>
border-color css
<style>
span { border-color: #A06B5D; }
span { border-color: rgb(160,107,93); }
td.TdClassName
{
border-color: #A06B5D;
}
.TagClassName
{
border-color: #A06B5D;
}
</style>