Shades of Au Chico #A16552
Tints of Au Chico #A16552
RGB
CMYK
RGB Variations
Color information
#A16552 (or 0xA16552) is known color: Au Chico. HEX triplet: A1, 65 and 52. RGB value is (161,101,82). Sum of RGB (Red+Green+Blue) = 161+101+82=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16552 is #5E9AAD. Grayscale: #747474. Windows color (decimal): -6199982 or 5399969. OLE color: 5399969.
HSL color Cylindrical-coordinate representation of color #A16552: hue angle of 14.43º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16552 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 82 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.37 |
| HSL | 14.43º | 0.33% | 0.48% | - |
| HSV(B) | 14.43º | 0.49% | 0.63% | - |
| XYZ | 20.87 | 17.49 | 10.26 | - |
| YUV | 116.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 82 | 0 | 0.37 | 0.49 | 0.37 | 14.43 | 0.33 | 0.48 |
| Hex | A1 | 65 | 52 | 0 | 25 | 31 | 25 | E | 21 | 30 |
| Octal | 241 | 145 | 122 | 0 | 45 | 61 | 45 | 16 | 41 | 60 |
| Binary | 10100001 | 1100101 | 1010010 | 0 | 100101 | 110001 | 100101 | 1110 | 100001 | 110000 |
Color Harmonies of #A16552
Complementary color
Monochromatic Colors of #A16552
Black with #A16552
Text Example
Text Example
White with #A16552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16552; }
p { color: rgb(161,101,82); }
H1.HeaderClassName
{
color: #A16552;
}
.AnyTagClassName
{
color: #A16552;
}
</style>
background-color css
<style>
a { background-color: #A16552; }
a { background-color: rgb(161,101,82); }
div.DivClassName
{
background-color: #A16552;
}
.BgClassName
{
background-color: #A16552;
}
</style>
border-color css
<style>
span { border-color: #A16552; }
span { border-color: rgb(161,101,82); }
td.TdClassName
{
border-color: #A16552;
}
.TagClassName
{
border-color: #A16552;
}
</style>