Shades of Au Chico #A55E54
Tints of Au Chico #A55E54
RGB
CMYK
RGB Variations
Color information
#A55E54 (or 0xA55E54) is known color: Au Chico. HEX triplet: A5, 5E and 54. RGB value is (165,94,84). Sum of RGB (Red+Green+Blue) = 165+94+84=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E54 is #5AA1AB. Grayscale: #727272. Windows color (decimal): -5939628 or 5529253. OLE color: 5529253.
HSL color Cylindrical-coordinate representation of color #A55E54: hue angle of 7.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55E54 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 84 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.35 |
| HSL | 7.41º | 0.33% | 0.49% | - |
| HSV(B) | 7.41º | 0.49% | 0.65% | - |
| XYZ | 21.12 | 16.64 | 10.49 | - |
| YUV | 114.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 84 | 0 | 0.43 | 0.49 | 0.35 | 7.41 | 0.33 | 0.49 |
| Hex | A5 | 5E | 54 | 0 | 2B | 31 | 23 | 7 | 21 | 31 |
| Octal | 245 | 136 | 124 | 0 | 53 | 61 | 43 | 7 | 41 | 61 |
| Binary | 10100101 | 1011110 | 1010100 | 0 | 101011 | 110001 | 100011 | 111 | 100001 | 110001 |
Color Harmonies of #A55E54
Complementary color
Monochromatic Colors of #A55E54
Black with #A55E54
Text Example
Text Example
White with #A55E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E54; }
p { color: rgb(165,94,84); }
H1.HeaderClassName
{
color: #A55E54;
}
.AnyTagClassName
{
color: #A55E54;
}
</style>
background-color css
<style>
a { background-color: #A55E54; }
a { background-color: rgb(165,94,84); }
div.DivClassName
{
background-color: #A55E54;
}
.BgClassName
{
background-color: #A55E54;
}
</style>
border-color css
<style>
span { border-color: #A55E54; }
span { border-color: rgb(165,94,84); }
td.TdClassName
{
border-color: #A55E54;
}
.TagClassName
{
border-color: #A55E54;
}
</style>