Shades of Au Chico #A45F56
Tints of Au Chico #A45F56
RGB
CMYK
RGB Variations
Color information
#A45F56 (or 0xA45F56) is known color: Au Chico. HEX triplet: A4, 5F and 56. RGB value is (164,95,86). Sum of RGB (Red+Green+Blue) = 164+95+86=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F56 is #5BA0A9. Grayscale: #727272. Windows color (decimal): -6004906 or 5660580. OLE color: 5660580.
HSL color Cylindrical-coordinate representation of color #A45F56: 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 #A45F56 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 86 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.36 |
| HSL | 6.92º | 0.31% | 0.49% | - |
| HSV(B) | 6.92º | 0.48% | 0.64% | - |
| XYZ | 21.08 | 16.75 | 10.93 | - |
| YUV | 114.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 86 | 0 | 0.42 | 0.48 | 0.36 | 6.92 | 0.31 | 0.49 |
| Hex | A4 | 5F | 56 | 0 | 2A | 30 | 24 | 7 | 1F | 31 |
| Octal | 244 | 137 | 126 | 0 | 52 | 60 | 44 | 7 | 37 | 61 |
| Binary | 10100100 | 1011111 | 1010110 | 0 | 101010 | 110000 | 100100 | 111 | 11111 | 110001 |
Color Harmonies of #A45F56
Complementary color
Monochromatic Colors of #A45F56
Black with #A45F56
Text Example
Text Example
White with #A45F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F56; }
p { color: rgb(164,95,86); }
H1.HeaderClassName
{
color: #A45F56;
}
.AnyTagClassName
{
color: #A45F56;
}
</style>
background-color css
<style>
a { background-color: #A45F56; }
a { background-color: rgb(164,95,86); }
div.DivClassName
{
background-color: #A45F56;
}
.BgClassName
{
background-color: #A45F56;
}
</style>
border-color css
<style>
span { border-color: #A45F56; }
span { border-color: rgb(164,95,86); }
td.TdClassName
{
border-color: #A45F56;
}
.TagClassName
{
border-color: #A45F56;
}
</style>