Shades of Au Chico #A35E55
Tints of Au Chico #A35E55
RGB
CMYK
RGB Variations
Color information
#A35E55 (or 0xA35E55) is known color: Au Chico. HEX triplet: A3, 5E and 55. RGB value is (163,94,85). Sum of RGB (Red+Green+Blue) = 163+94+85=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E55 is #5CA1AA. Grayscale: #717171. Windows color (decimal): -6070699 or 5594787. OLE color: 5594787.
HSL color Cylindrical-coordinate representation of color #A35E55: hue angle of 6.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35E55 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 94 | 85 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.36 |
| HSL | 6.92º | 0.31% | 0.49% | - |
| HSV(B) | 6.92º | 0.48% | 0.64% | - |
| XYZ | 20.75 | 16.45 | 10.68 | - |
| YUV | 113.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 85 | 0 | 0.42 | 0.48 | 0.36 | 6.92 | 0.31 | 0.49 |
| Hex | A3 | 5E | 55 | 0 | 2A | 30 | 24 | 7 | 1F | 31 |
| Octal | 243 | 136 | 125 | 0 | 52 | 60 | 44 | 7 | 37 | 61 |
| Binary | 10100011 | 1011110 | 1010101 | 0 | 101010 | 110000 | 100100 | 111 | 11111 | 110001 |
Color Harmonies of #A35E55
Complementary color
Monochromatic Colors of #A35E55
Black with #A35E55
Text Example
Text Example
White with #A35E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35E55; }
p { color: rgb(163,94,85); }
H1.HeaderClassName
{
color: #A35E55;
}
.AnyTagClassName
{
color: #A35E55;
}
</style>
background-color css
<style>
a { background-color: #A35E55; }
a { background-color: rgb(163,94,85); }
div.DivClassName
{
background-color: #A35E55;
}
.BgClassName
{
background-color: #A35E55;
}
</style>
border-color css
<style>
span { border-color: #A35E55; }
span { border-color: rgb(163,94,85); }
td.TdClassName
{
border-color: #A35E55;
}
.TagClassName
{
border-color: #A35E55;
}
</style>