Shades of Toast #A16D5B
Tints of Toast #A16D5B
RGB
CMYK
RGB Variations
Color information
#A16D5B (or 0xA16D5B) is known color: Toast. HEX triplet: A1, 6D and 5B. RGB value is (161,109,91). Sum of RGB (Red+Green+Blue) = 161+109+91=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D5B is #5E92A4. Grayscale: #7A7A7A. Windows color (decimal): -6197925 or 5991841. OLE color: 5991841.
HSL color Cylindrical-coordinate representation of color #A16D5B: hue angle of 15.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16D5B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 91 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.37 |
| HSL | 15.43º | 0.28% | 0.49% | - |
| HSV(B) | 15.43º | 0.43% | 0.63% | - |
| XYZ | 22.05 | 19.27 | 12.45 | - |
| YUV | 122.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 91 | 0 | 0.32 | 0.43 | 0.37 | 15.43 | 0.28 | 0.49 |
| Hex | A1 | 6D | 5B | 0 | 20 | 2B | 25 | F | 1C | 31 |
| Octal | 241 | 155 | 133 | 0 | 40 | 53 | 45 | 17 | 34 | 61 |
| Binary | 10100001 | 1101101 | 1011011 | 0 | 100000 | 101011 | 100101 | 1111 | 11100 | 110001 |
Color Harmonies of #A16D5B
Complementary color
Monochromatic Colors of #A16D5B
Black with #A16D5B
Text Example
Text Example
White with #A16D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D5B; }
p { color: rgb(161,109,91); }
H1.HeaderClassName
{
color: #A16D5B;
}
.AnyTagClassName
{
color: #A16D5B;
}
</style>
background-color css
<style>
a { background-color: #A16D5B; }
a { background-color: rgb(161,109,91); }
div.DivClassName
{
background-color: #A16D5B;
}
.BgClassName
{
background-color: #A16D5B;
}
</style>
border-color css
<style>
span { border-color: #A16D5B; }
span { border-color: rgb(161,109,91); }
td.TdClassName
{
border-color: #A16D5B;
}
.TagClassName
{
border-color: #A16D5B;
}
</style>