Shades of Au Chico #A06654
Tints of Au Chico #A06654
RGB
CMYK
RGB Variations
Color information
#A06654 (or 0xA06654) is known color: Au Chico. HEX triplet: A0, 66 and 54. RGB value is (160,102,84). Sum of RGB (Red+Green+Blue) = 160+102+84=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A06654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06654 is #5F99AB. Grayscale: #757575. Windows color (decimal): -6265260 or 5531296. OLE color: 5531296.
HSL color Cylindrical-coordinate representation of color #A06654: hue angle of 14.21º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06654 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 84 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.37 |
| HSL | 14.21º | 0.31% | 0.48% | - |
| HSV(B) | 14.21º | 0.48% | 0.63% | - |
| XYZ | 20.85 | 17.62 | 10.69 | - |
| YUV | 117.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 84 | 0 | 0.36 | 0.48 | 0.37 | 14.21 | 0.31 | 0.48 |
| Hex | A0 | 66 | 54 | 0 | 24 | 30 | 25 | E | 1F | 30 |
| Octal | 240 | 146 | 124 | 0 | 44 | 60 | 45 | 16 | 37 | 60 |
| Binary | 10100000 | 1100110 | 1010100 | 0 | 100100 | 110000 | 100101 | 1110 | 11111 | 110000 |
Color Harmonies of #A06654
Complementary color
Monochromatic Colors of #A06654
Black with #A06654
Text Example
Text Example
White with #A06654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06654; }
p { color: rgb(160,102,84); }
H1.HeaderClassName
{
color: #A06654;
}
.AnyTagClassName
{
color: #A06654;
}
</style>
background-color css
<style>
a { background-color: #A06654; }
a { background-color: rgb(160,102,84); }
div.DivClassName
{
background-color: #A06654;
}
.BgClassName
{
background-color: #A06654;
}
</style>
border-color css
<style>
span { border-color: #A06654; }
span { border-color: rgb(160,102,84); }
td.TdClassName
{
border-color: #A06654;
}
.TagClassName
{
border-color: #A06654;
}
</style>