Shades of Au Chico #A65F57
Tints of Au Chico #A65F57
RGB
CMYK
RGB Variations
Color information
#A65F57 (or 0xA65F57) is known color: Au Chico. HEX triplet: A6, 5F and 57. RGB value is (166,95,87). Sum of RGB (Red+Green+Blue) = 166+95+87=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F57 is #59A0A8. Grayscale: #737373. Windows color (decimal): -5873833 or 5726118. OLE color: 5726118.
HSL color Cylindrical-coordinate representation of color #A65F57: hue angle of 6.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65F57 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 87 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.35 |
| HSL | 6.08º | 0.31% | 0.5% | - |
| HSV(B) | 6.08º | 0.48% | 0.65% | - |
| XYZ | 21.54 | 16.98 | 11.16 | - |
| YUV | 115.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 87 | 0 | 0.43 | 0.48 | 0.35 | 6.08 | 0.31 | 0.5 |
| Hex | A6 | 5F | 57 | 0 | 2B | 30 | 23 | 6 | 1F | 32 |
| Octal | 246 | 137 | 127 | 0 | 53 | 60 | 43 | 6 | 37 | 62 |
| Binary | 10100110 | 1011111 | 1010111 | 0 | 101011 | 110000 | 100011 | 110 | 11111 | 110010 |
Color Harmonies of #A65F57
Complementary color
Monochromatic Colors of #A65F57
Black with #A65F57
Text Example
Text Example
White with #A65F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F57; }
p { color: rgb(166,95,87); }
H1.HeaderClassName
{
color: #A65F57;
}
.AnyTagClassName
{
color: #A65F57;
}
</style>
background-color css
<style>
a { background-color: #A65F57; }
a { background-color: rgb(166,95,87); }
div.DivClassName
{
background-color: #A65F57;
}
.BgClassName
{
background-color: #A65F57;
}
</style>
border-color css
<style>
span { border-color: #A65F57; }
span { border-color: rgb(166,95,87); }
td.TdClassName
{
border-color: #A65F57;
}
.TagClassName
{
border-color: #A65F57;
}
</style>