Shades of Toast #A16D5D
Tints of Toast #A16D5D
RGB
CMYK
RGB Variations
Color information
#A16D5D (or 0xA16D5D) is known color: Toast. HEX triplet: A1, 6D and 5D. RGB value is (161,109,93). Sum of RGB (Red+Green+Blue) = 161+109+93=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D5D is #5E92A2. Grayscale: #7A7A7A. Windows color (decimal): -6197923 or 6122913. OLE color: 6122913.
HSL color Cylindrical-coordinate representation of color #A16D5D: hue angle of 14.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16D5D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 93 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.37 |
| HSL | 14.12º | 0.27% | 0.5% | - |
| HSV(B) | 14.12º | 0.42% | 0.63% | - |
| XYZ | 22.14 | 19.3 | 12.92 | - |
| YUV | 122.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 93 | 0 | 0.32 | 0.42 | 0.37 | 14.12 | 0.27 | 0.5 |
| Hex | A1 | 6D | 5D | 0 | 20 | 2A | 25 | E | 1B | 32 |
| Octal | 241 | 155 | 135 | 0 | 40 | 52 | 45 | 16 | 33 | 62 |
| Binary | 10100001 | 1101101 | 1011101 | 0 | 100000 | 101010 | 100101 | 1110 | 11011 | 110010 |
Color Harmonies of #A16D5D
Complementary color
Monochromatic Colors of #A16D5D
Black with #A16D5D
Text Example
Text Example
White with #A16D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D5D; }
p { color: rgb(161,109,93); }
H1.HeaderClassName
{
color: #A16D5D;
}
.AnyTagClassName
{
color: #A16D5D;
}
</style>
background-color css
<style>
a { background-color: #A16D5D; }
a { background-color: rgb(161,109,93); }
div.DivClassName
{
background-color: #A16D5D;
}
.BgClassName
{
background-color: #A16D5D;
}
</style>
border-color css
<style>
span { border-color: #A16D5D; }
span { border-color: rgb(161,109,93); }
td.TdClassName
{
border-color: #A16D5D;
}
.TagClassName
{
border-color: #A16D5D;
}
</style>