Shades of Toast #A16E59
Tints of Toast #A16E59
RGB
CMYK
RGB Variations
Color information
#A16E59 (or 0xA16E59) is known color: Toast. HEX triplet: A1, 6E and 59. RGB value is (161,110,89). Sum of RGB (Red+Green+Blue) = 161+110+89=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E59 is #5E91A6. Grayscale: #7A7A7A. Windows color (decimal): -6197671 or 5861025. OLE color: 5861025.
HSL color Cylindrical-coordinate representation of color #A16E59: hue angle of 17.5º 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 #A16E59 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 89 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.37 |
| HSL | 17.5º | 0.29% | 0.49% | - |
| HSV(B) | 17.5º | 0.45% | 0.63% | - |
| XYZ | 22.08 | 19.45 | 12.04 | - |
| YUV | 122.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 89 | 0 | 0.32 | 0.45 | 0.37 | 17.5 | 0.29 | 0.49 |
| Hex | A1 | 6E | 59 | 0 | 20 | 2D | 25 | 12 | 1D | 31 |
| Octal | 241 | 156 | 131 | 0 | 40 | 55 | 45 | 22 | 35 | 61 |
| Binary | 10100001 | 1101110 | 1011001 | 0 | 100000 | 101101 | 100101 | 10010 | 11101 | 110001 |
Color Harmonies of #A16E59
Complementary color
Monochromatic Colors of #A16E59
Black with #A16E59
Text Example
Text Example
White with #A16E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E59; }
p { color: rgb(161,110,89); }
H1.HeaderClassName
{
color: #A16E59;
}
.AnyTagClassName
{
color: #A16E59;
}
</style>
background-color css
<style>
a { background-color: #A16E59; }
a { background-color: rgb(161,110,89); }
div.DivClassName
{
background-color: #A16E59;
}
.BgClassName
{
background-color: #A16E59;
}
</style>
border-color css
<style>
span { border-color: #A16E59; }
span { border-color: rgb(161,110,89); }
td.TdClassName
{
border-color: #A16E59;
}
.TagClassName
{
border-color: #A16E59;
}
</style>