Shades of Au Chico #A16B5C
Tints of Au Chico #A16B5C
RGB
CMYK
RGB Variations
Color information
#A16B5C (or 0xA16B5C) is known color: Au Chico. HEX triplet: A1, 6B and 5C. RGB value is (161,107,92). Sum of RGB (Red+Green+Blue) = 161+107+92=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B5C is #5E94A3. Grayscale: #797979. Windows color (decimal): -6198436 or 6056865. OLE color: 6056865.
HSL color Cylindrical-coordinate representation of color #A16B5C: hue angle of 13.04º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16B5C is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 92 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.37 |
| HSL | 13.04º | 0.27% | 0.5% | - |
| HSV(B) | 13.04º | 0.43% | 0.63% | - |
| XYZ | 21.89 | 18.87 | 12.61 | - |
| YUV | 121.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 92 | 0 | 0.34 | 0.43 | 0.37 | 13.04 | 0.27 | 0.5 |
| Hex | A1 | 6B | 5C | 0 | 22 | 2B | 25 | D | 1B | 32 |
| Octal | 241 | 153 | 134 | 0 | 42 | 53 | 45 | 15 | 33 | 62 |
| Binary | 10100001 | 1101011 | 1011100 | 0 | 100010 | 101011 | 100101 | 1101 | 11011 | 110010 |
Color Harmonies of #A16B5C
Complementary color
Monochromatic Colors of #A16B5C
Black with #A16B5C
Text Example
Text Example
White with #A16B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B5C; }
p { color: rgb(161,107,92); }
H1.HeaderClassName
{
color: #A16B5C;
}
.AnyTagClassName
{
color: #A16B5C;
}
</style>
background-color css
<style>
a { background-color: #A16B5C; }
a { background-color: rgb(161,107,92); }
div.DivClassName
{
background-color: #A16B5C;
}
.BgClassName
{
background-color: #A16B5C;
}
</style>
border-color css
<style>
span { border-color: #A16B5C; }
span { border-color: rgb(161,107,92); }
td.TdClassName
{
border-color: #A16B5C;
}
.TagClassName
{
border-color: #A16B5C;
}
</style>