Shades of Toast #A17160
Tints of Toast #A17160
RGB
CMYK
RGB Variations
Color information
#A17160 (or 0xA17160) is known color: Toast. HEX triplet: A1, 71 and 60. RGB value is (161,113,96). Sum of RGB (Red+Green+Blue) = 161+113+96=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A17160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17160 is #5E8E9F. Grayscale: #7D7D7D. Windows color (decimal): -6196896 or 6320545. OLE color: 6320545.
HSL color Cylindrical-coordinate representation of color #A17160: hue angle of 15.69º 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 #A17160 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 96 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.37 |
| HSL | 15.69º | 0.26% | 0.5% | - |
| HSV(B) | 15.69º | 0.4% | 0.63% | - |
| XYZ | 22.71 | 20.23 | 13.77 | - |
| YUV | 125.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 96 | 0 | 0.30 | 0.40 | 0.37 | 15.69 | 0.26 | 0.5 |
| Hex | A1 | 71 | 60 | 0 | 1E | 28 | 25 | 10 | 1A | 32 |
| Octal | 241 | 161 | 140 | 0 | 36 | 50 | 45 | 20 | 32 | 62 |
| Binary | 10100001 | 1110001 | 1100000 | 0 | 11110 | 101000 | 100101 | 10000 | 11010 | 110010 |
Color Harmonies of #A17160
Complementary color
Monochromatic Colors of #A17160
Black with #A17160
Text Example
Text Example
White with #A17160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17160; }
p { color: rgb(161,113,96); }
H1.HeaderClassName
{
color: #A17160;
}
.AnyTagClassName
{
color: #A17160;
}
</style>
background-color css
<style>
a { background-color: #A17160; }
a { background-color: rgb(161,113,96); }
div.DivClassName
{
background-color: #A17160;
}
.BgClassName
{
background-color: #A17160;
}
</style>
border-color css
<style>
span { border-color: #A17160; }
span { border-color: rgb(161,113,96); }
td.TdClassName
{
border-color: #A17160;
}
.TagClassName
{
border-color: #A17160;
}
</style>