Shades of Toast #A16D60
Tints of Toast #A16D60
RGB
CMYK
RGB Variations
Color information
#A16D60 (or 0xA16D60) is known color: Toast. HEX triplet: A1, 6D and 60. RGB value is (161,109,96). Sum of RGB (Red+Green+Blue) = 161+109+96=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D60 is #5E929F. Grayscale: #7B7B7B. Windows color (decimal): -6197920 or 6319521. OLE color: 6319521.
HSL color Cylindrical-coordinate representation of color #A16D60: hue angle of 12º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16D60 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 96 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.37 |
| HSL | 12º | 0.26% | 0.5% | - |
| HSV(B) | 12º | 0.4% | 0.63% | - |
| XYZ | 22.28 | 19.36 | 13.63 | - |
| YUV | 123.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 96 | 0 | 0.32 | 0.40 | 0.37 | 12 | 0.26 | 0.5 |
| Hex | A1 | 6D | 60 | 0 | 20 | 28 | 25 | C | 1A | 32 |
| Octal | 241 | 155 | 140 | 0 | 40 | 50 | 45 | 14 | 32 | 62 |
| Binary | 10100001 | 1101101 | 1100000 | 0 | 100000 | 101000 | 100101 | 1100 | 11010 | 110010 |
Color Harmonies of #A16D60
Complementary color
Monochromatic Colors of #A16D60
Black with #A16D60
Text Example
Text Example
White with #A16D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D60; }
p { color: rgb(161,109,96); }
H1.HeaderClassName
{
color: #A16D60;
}
.AnyTagClassName
{
color: #A16D60;
}
</style>
background-color css
<style>
a { background-color: #A16D60; }
a { background-color: rgb(161,109,96); }
div.DivClassName
{
background-color: #A16D60;
}
.BgClassName
{
background-color: #A16D60;
}
</style>
border-color css
<style>
span { border-color: #A16D60; }
span { border-color: rgb(161,109,96); }
td.TdClassName
{
border-color: #A16D60;
}
.TagClassName
{
border-color: #A16D60;
}
</style>