Shades of Au Chico #A56B5B
Tints of Au Chico #A56B5B
RGB
CMYK
RGB Variations
Color information
#A56B5B (or 0xA56B5B) is known color: Au Chico. HEX triplet: A5, 6B and 5B. RGB value is (165,107,91). Sum of RGB (Red+Green+Blue) = 165+107+91=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B5B is #5A94A4. Grayscale: #7A7A7A. Windows color (decimal): -5936293 or 5991333. OLE color: 5991333.
HSL color Cylindrical-coordinate representation of color #A56B5B: hue angle of 12.97º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A56B5B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 91 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.35 |
| HSL | 12.97º | 0.29% | 0.5% | - |
| HSV(B) | 12.97º | 0.45% | 0.65% | - |
| XYZ | 22.66 | 19.27 | 12.42 | - |
| YUV | 122.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 91 | 0 | 0.35 | 0.45 | 0.35 | 12.97 | 0.29 | 0.5 |
| Hex | A5 | 6B | 5B | 0 | 23 | 2D | 23 | D | 1D | 32 |
| Octal | 245 | 153 | 133 | 0 | 43 | 55 | 43 | 15 | 35 | 62 |
| Binary | 10100101 | 1101011 | 1011011 | 0 | 100011 | 101101 | 100011 | 1101 | 11101 | 110010 |
Color Harmonies of #A56B5B
Complementary color
Monochromatic Colors of #A56B5B
Black with #A56B5B
Text Example
Text Example
White with #A56B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B5B; }
p { color: rgb(165,107,91); }
H1.HeaderClassName
{
color: #A56B5B;
}
.AnyTagClassName
{
color: #A56B5B;
}
</style>
background-color css
<style>
a { background-color: #A56B5B; }
a { background-color: rgb(165,107,91); }
div.DivClassName
{
background-color: #A56B5B;
}
.BgClassName
{
background-color: #A56B5B;
}
</style>
border-color css
<style>
span { border-color: #A56B5B; }
span { border-color: rgb(165,107,91); }
td.TdClassName
{
border-color: #A56B5B;
}
.TagClassName
{
border-color: #A56B5B;
}
</style>