Shades of Au Chico #A06354
Tints of Au Chico #A06354
RGB
CMYK
RGB Variations
Color information
#A06354 (or 0xA06354) is known color: Au Chico. HEX triplet: A0, 63 and 54. RGB value is (160,99,84). Sum of RGB (Red+Green+Blue) = 160+99+84=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06354 is #5F9CAB. Grayscale: #737373. Windows color (decimal): -6266028 or 5530528. OLE color: 5530528.
HSL color Cylindrical-coordinate representation of color #A06354: hue angle of 11.84º 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 #A06354 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 84 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.37 |
| HSL | 11.84º | 0.31% | 0.48% | - |
| HSV(B) | 11.84º | 0.48% | 0.63% | - |
| XYZ | 20.56 | 17.04 | 10.59 | - |
| YUV | 115.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 84 | 0 | 0.38 | 0.48 | 0.37 | 11.84 | 0.31 | 0.48 |
| Hex | A0 | 63 | 54 | 0 | 26 | 30 | 25 | C | 1F | 30 |
| Octal | 240 | 143 | 124 | 0 | 46 | 60 | 45 | 14 | 37 | 60 |
| Binary | 10100000 | 1100011 | 1010100 | 0 | 100110 | 110000 | 100101 | 1100 | 11111 | 110000 |
Color Harmonies of #A06354
Complementary color
Monochromatic Colors of #A06354
Black with #A06354
Text Example
Text Example
White with #A06354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06354; }
p { color: rgb(160,99,84); }
H1.HeaderClassName
{
color: #A06354;
}
.AnyTagClassName
{
color: #A06354;
}
</style>
background-color css
<style>
a { background-color: #A06354; }
a { background-color: rgb(160,99,84); }
div.DivClassName
{
background-color: #A06354;
}
.BgClassName
{
background-color: #A06354;
}
</style>
border-color css
<style>
span { border-color: #A06354; }
span { border-color: rgb(160,99,84); }
td.TdClassName
{
border-color: #A06354;
}
.TagClassName
{
border-color: #A06354;
}
</style>