Shades of Au Chico #A86157
Tints of Au Chico #A86157
RGB
CMYK
RGB Variations
Color information
#A86157 (or 0xA86157) is known color: Au Chico. HEX triplet: A8, 61 and 57. RGB value is (168,97,87). Sum of RGB (Red+Green+Blue) = 168+97+87=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A86157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86157 is #579EA8. Grayscale: #757575. Windows color (decimal): -5742249 or 5726632. OLE color: 5726632.
HSL color Cylindrical-coordinate representation of color #A86157: hue angle of 7.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86157 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 87 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.34 |
| HSL | 7.41º | 0.32% | 0.5% | - |
| HSV(B) | 7.41º | 0.48% | 0.66% | - |
| XYZ | 22.14 | 17.56 | 11.24 | - |
| YUV | 117.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 87 | 0 | 0.42 | 0.48 | 0.34 | 7.41 | 0.32 | 0.5 |
| Hex | A8 | 61 | 57 | 0 | 2A | 30 | 22 | 7 | 20 | 32 |
| Octal | 250 | 141 | 127 | 0 | 52 | 60 | 42 | 7 | 40 | 62 |
| Binary | 10101000 | 1100001 | 1010111 | 0 | 101010 | 110000 | 100010 | 111 | 100000 | 110010 |
Color Harmonies of #A86157
Complementary color
Monochromatic Colors of #A86157
Black with #A86157
Text Example
Text Example
White with #A86157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86157; }
p { color: rgb(168,97,87); }
H1.HeaderClassName
{
color: #A86157;
}
.AnyTagClassName
{
color: #A86157;
}
</style>
background-color css
<style>
a { background-color: #A86157; }
a { background-color: rgb(168,97,87); }
div.DivClassName
{
background-color: #A86157;
}
.BgClassName
{
background-color: #A86157;
}
</style>
border-color css
<style>
span { border-color: #A86157; }
span { border-color: rgb(168,97,87); }
td.TdClassName
{
border-color: #A86157;
}
.TagClassName
{
border-color: #A86157;
}
</style>