Shades of Toast #A06E56
Tints of Toast #A06E56
RGB
CMYK
RGB Variations
Color information
#A06E56 (or 0xA06E56) is known color: Toast. HEX triplet: A0, 6E and 56. RGB value is (160,110,86). Sum of RGB (Red+Green+Blue) = 160+110+86=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E56 is #5F91A9. Grayscale: #7A7A7A. Windows color (decimal): -6263210 or 5664416. OLE color: 5664416.
HSL color Cylindrical-coordinate representation of color #A06E56: hue angle of 19.46º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06E56 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 86 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.37 |
| HSL | 19.46º | 0.3% | 0.48% | - |
| HSV(B) | 19.46º | 0.46% | 0.63% | - |
| XYZ | 21.75 | 19.3 | 11.38 | - |
| YUV | 122.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 86 | 0 | 0.31 | 0.46 | 0.37 | 19.46 | 0.3 | 0.48 |
| Hex | A0 | 6E | 56 | 0 | 1F | 2E | 25 | 13 | 1E | 30 |
| Octal | 240 | 156 | 126 | 0 | 37 | 56 | 45 | 23 | 36 | 60 |
| Binary | 10100000 | 1101110 | 1010110 | 0 | 11111 | 101110 | 100101 | 10011 | 11110 | 110000 |
Color Harmonies of #A06E56
Complementary color
Monochromatic Colors of #A06E56
Black with #A06E56
Text Example
Text Example
White with #A06E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E56; }
p { color: rgb(160,110,86); }
H1.HeaderClassName
{
color: #A06E56;
}
.AnyTagClassName
{
color: #A06E56;
}
</style>
background-color css
<style>
a { background-color: #A06E56; }
a { background-color: rgb(160,110,86); }
div.DivClassName
{
background-color: #A06E56;
}
.BgClassName
{
background-color: #A06E56;
}
</style>
border-color css
<style>
span { border-color: #A06E56; }
span { border-color: rgb(160,110,86); }
td.TdClassName
{
border-color: #A06E56;
}
.TagClassName
{
border-color: #A06E56;
}
</style>