Shades of Au Chico #A06552
Tints of Au Chico #A06552
RGB
CMYK
RGB Variations
Color information
#A06552 (or 0xA06552) is known color: Au Chico. HEX triplet: A0, 65 and 52. RGB value is (160,101,82). Sum of RGB (Red+Green+Blue) = 160+101+82=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06552 is #5F9AAD. Grayscale: #747474. Windows color (decimal): -6265518 or 5399968. OLE color: 5399968.
HSL color Cylindrical-coordinate representation of color #A06552: hue angle of 14.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06552 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 82 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.37 |
| HSL | 14.62º | 0.32% | 0.47% | - |
| HSV(B) | 14.62º | 0.49% | 0.63% | - |
| XYZ | 20.67 | 17.39 | 10.25 | - |
| YUV | 116.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 82 | 0 | 0.37 | 0.49 | 0.37 | 14.62 | 0.32 | 0.47 |
| Hex | A0 | 65 | 52 | 0 | 25 | 31 | 25 | F | 20 | 2F |
| Octal | 240 | 145 | 122 | 0 | 45 | 61 | 45 | 17 | 40 | 57 |
| Binary | 10100000 | 1100101 | 1010010 | 0 | 100101 | 110001 | 100101 | 1111 | 100000 | 101111 |
Color Harmonies of #A06552
Complementary color
Monochromatic Colors of #A06552
Black with #A06552
Text Example
Text Example
White with #A06552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06552; }
p { color: rgb(160,101,82); }
H1.HeaderClassName
{
color: #A06552;
}
.AnyTagClassName
{
color: #A06552;
}
</style>
background-color css
<style>
a { background-color: #A06552; }
a { background-color: rgb(160,101,82); }
div.DivClassName
{
background-color: #A06552;
}
.BgClassName
{
background-color: #A06552;
}
</style>
border-color css
<style>
span { border-color: #A06552; }
span { border-color: rgb(160,101,82); }
td.TdClassName
{
border-color: #A06552;
}
.TagClassName
{
border-color: #A06552;
}
</style>