Shades of Au Chico #A16358
Tints of Au Chico #A16358
RGB
CMYK
RGB Variations
Color information
#A16358 (or 0xA16358) is known color: Au Chico. HEX triplet: A1, 63 and 58. RGB value is (161,99,88). Sum of RGB (Red+Green+Blue) = 161+99+88=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16358 is #5E9CA7. Grayscale: #747474. Windows color (decimal): -6200488 or 5792673. OLE color: 5792673.
HSL color Cylindrical-coordinate representation of color #A16358: hue angle of 9.04º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16358 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 88 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.37 |
| HSL | 9.04º | 0.29% | 0.49% | - |
| HSV(B) | 9.04º | 0.45% | 0.63% | - |
| XYZ | 20.92 | 17.21 | 11.45 | - |
| YUV | 116.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 88 | 0 | 0.39 | 0.45 | 0.37 | 9.04 | 0.29 | 0.49 |
| Hex | A1 | 63 | 58 | 0 | 27 | 2D | 25 | 9 | 1D | 31 |
| Octal | 241 | 143 | 130 | 0 | 47 | 55 | 45 | 11 | 35 | 61 |
| Binary | 10100001 | 1100011 | 1011000 | 0 | 100111 | 101101 | 100101 | 1001 | 11101 | 110001 |
Color Harmonies of #A16358
Complementary color
Monochromatic Colors of #A16358
Black with #A16358
Text Example
Text Example
White with #A16358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16358; }
p { color: rgb(161,99,88); }
H1.HeaderClassName
{
color: #A16358;
}
.AnyTagClassName
{
color: #A16358;
}
</style>
background-color css
<style>
a { background-color: #A16358; }
a { background-color: rgb(161,99,88); }
div.DivClassName
{
background-color: #A16358;
}
.BgClassName
{
background-color: #A16358;
}
</style>
border-color css
<style>
span { border-color: #A16358; }
span { border-color: rgb(161,99,88); }
td.TdClassName
{
border-color: #A16358;
}
.TagClassName
{
border-color: #A16358;
}
</style>