Shades of Toast #A16E57
Tints of Toast #A16E57
RGB
CMYK
RGB Variations
Color information
#A16E57 (or 0xA16E57) is known color: Toast. HEX triplet: A1, 6E and 57. RGB value is (161,110,87). Sum of RGB (Red+Green+Blue) = 161+110+87=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E57 is #5E91A8. Grayscale: #7A7A7A. Windows color (decimal): -6197673 or 5729953. OLE color: 5729953.
HSL color Cylindrical-coordinate representation of color #A16E57: hue angle of 18.65º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16E57 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 87 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.37 |
| HSL | 18.65º | 0.3% | 0.49% | - |
| HSV(B) | 18.65º | 0.46% | 0.63% | - |
| XYZ | 21.99 | 19.42 | 11.61 | - |
| YUV | 122.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 87 | 0 | 0.32 | 0.46 | 0.37 | 18.65 | 0.3 | 0.49 |
| Hex | A1 | 6E | 57 | 0 | 20 | 2E | 25 | 13 | 1E | 31 |
| Octal | 241 | 156 | 127 | 0 | 40 | 56 | 45 | 23 | 36 | 61 |
| Binary | 10100001 | 1101110 | 1010111 | 0 | 100000 | 101110 | 100101 | 10011 | 11110 | 110001 |
Color Harmonies of #A16E57
Complementary color
Monochromatic Colors of #A16E57
Black with #A16E57
Text Example
Text Example
White with #A16E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E57; }
p { color: rgb(161,110,87); }
H1.HeaderClassName
{
color: #A16E57;
}
.AnyTagClassName
{
color: #A16E57;
}
</style>
background-color css
<style>
a { background-color: #A16E57; }
a { background-color: rgb(161,110,87); }
div.DivClassName
{
background-color: #A16E57;
}
.BgClassName
{
background-color: #A16E57;
}
</style>
border-color css
<style>
span { border-color: #A16E57; }
span { border-color: rgb(161,110,87); }
td.TdClassName
{
border-color: #A16E57;
}
.TagClassName
{
border-color: #A16E57;
}
</style>