Shades of Toast #A16F56
Tints of Toast #A16F56
RGB
CMYK
RGB Variations
Color information
#A16F56 (or 0xA16F56) is known color: Toast. HEX triplet: A1, 6F and 56. RGB value is (161,111,86). Sum of RGB (Red+Green+Blue) = 161+111+86=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F56 is #5E90A9. Grayscale: #7B7B7B. Windows color (decimal): -6197418 or 5664673. OLE color: 5664673.
HSL color Cylindrical-coordinate representation of color #A16F56: hue angle of 20º 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 #A16F56 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 86 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.37 |
| HSL | 20º | 0.3% | 0.48% | - |
| HSV(B) | 20º | 0.47% | 0.63% | - |
| XYZ | 22.06 | 19.62 | 11.43 | - |
| YUV | 123.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 86 | 0 | 0.31 | 0.47 | 0.37 | 20 | 0.3 | 0.48 |
| Hex | A1 | 6F | 56 | 0 | 1F | 2F | 25 | 14 | 1E | 30 |
| Octal | 241 | 157 | 126 | 0 | 37 | 57 | 45 | 24 | 36 | 60 |
| Binary | 10100001 | 1101111 | 1010110 | 0 | 11111 | 101111 | 100101 | 10100 | 11110 | 110000 |
Color Harmonies of #A16F56
Complementary color
Monochromatic Colors of #A16F56
Black with #A16F56
Text Example
Text Example
White with #A16F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F56; }
p { color: rgb(161,111,86); }
H1.HeaderClassName
{
color: #A16F56;
}
.AnyTagClassName
{
color: #A16F56;
}
</style>
background-color css
<style>
a { background-color: #A16F56; }
a { background-color: rgb(161,111,86); }
div.DivClassName
{
background-color: #A16F56;
}
.BgClassName
{
background-color: #A16F56;
}
</style>
border-color css
<style>
span { border-color: #A16F56; }
span { border-color: rgb(161,111,86); }
td.TdClassName
{
border-color: #A16F56;
}
.TagClassName
{
border-color: #A16F56;
}
</style>