Shades of Au Chico #A56858
Tints of Au Chico #A56858
RGB
CMYK
RGB Variations
Color information
#A56858 (or 0xA56858) is known color: Au Chico. HEX triplet: A5, 68 and 58. RGB value is (165,104,88). Sum of RGB (Red+Green+Blue) = 165+104+88=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A56858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56858 is #5A97A7. Grayscale: #787878. Windows color (decimal): -5937064 or 5793957. OLE color: 5793957.
HSL color Cylindrical-coordinate representation of color #A56858: hue angle of 12.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56858 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 88 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.35 |
| HSL | 12.47º | 0.3% | 0.5% | - |
| HSV(B) | 12.47º | 0.47% | 0.65% | - |
| XYZ | 22.23 | 18.6 | 11.65 | - |
| YUV | 120.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 88 | 0 | 0.37 | 0.47 | 0.35 | 12.47 | 0.3 | 0.5 |
| Hex | A5 | 68 | 58 | 0 | 25 | 2F | 23 | C | 1E | 32 |
| Octal | 245 | 150 | 130 | 0 | 45 | 57 | 43 | 14 | 36 | 62 |
| Binary | 10100101 | 1101000 | 1011000 | 0 | 100101 | 101111 | 100011 | 1100 | 11110 | 110010 |
Color Harmonies of #A56858
Complementary color
Monochromatic Colors of #A56858
Black with #A56858
Text Example
Text Example
White with #A56858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56858; }
p { color: rgb(165,104,88); }
H1.HeaderClassName
{
color: #A56858;
}
.AnyTagClassName
{
color: #A56858;
}
</style>
background-color css
<style>
a { background-color: #A56858; }
a { background-color: rgb(165,104,88); }
div.DivClassName
{
background-color: #A56858;
}
.BgClassName
{
background-color: #A56858;
}
</style>
border-color css
<style>
span { border-color: #A56858; }
span { border-color: rgb(165,104,88); }
td.TdClassName
{
border-color: #A56858;
}
.TagClassName
{
border-color: #A56858;
}
</style>