Shades of Toast #A16D56
Tints of Toast #A16D56
RGB
CMYK
RGB Variations
Color information
#A16D56 (or 0xA16D56) is known color: Toast. HEX triplet: A1, 6D and 56. RGB value is (161,109,86). Sum of RGB (Red+Green+Blue) = 161+109+86=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D56 is #5E92A9. Grayscale: #7A7A7A. Windows color (decimal): -6197930 or 5664161. OLE color: 5664161.
HSL color Cylindrical-coordinate representation of color #A16D56: hue angle of 18.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16D56 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 86 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.37 |
| HSL | 18.4º | 0.3% | 0.48% | - |
| HSV(B) | 18.4º | 0.47% | 0.63% | - |
| XYZ | 21.85 | 19.19 | 11.36 | - |
| YUV | 121.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 86 | 0 | 0.32 | 0.47 | 0.37 | 18.4 | 0.3 | 0.48 |
| Hex | A1 | 6D | 56 | 0 | 20 | 2F | 25 | 12 | 1E | 30 |
| Octal | 241 | 155 | 126 | 0 | 40 | 57 | 45 | 22 | 36 | 60 |
| Binary | 10100001 | 1101101 | 1010110 | 0 | 100000 | 101111 | 100101 | 10010 | 11110 | 110000 |
Color Harmonies of #A16D56
Complementary color
Monochromatic Colors of #A16D56
Black with #A16D56
Text Example
Text Example
White with #A16D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D56; }
p { color: rgb(161,109,86); }
H1.HeaderClassName
{
color: #A16D56;
}
.AnyTagClassName
{
color: #A16D56;
}
</style>
background-color css
<style>
a { background-color: #A16D56; }
a { background-color: rgb(161,109,86); }
div.DivClassName
{
background-color: #A16D56;
}
.BgClassName
{
background-color: #A16D56;
}
</style>
border-color css
<style>
span { border-color: #A16D56; }
span { border-color: rgb(161,109,86); }
td.TdClassName
{
border-color: #A16D56;
}
.TagClassName
{
border-color: #A16D56;
}
</style>