Shades of Toast #A87060
Tints of Toast #A87060
RGB
CMYK
RGB Variations
Color information
#A87060 (or 0xA87060) is known color: Toast. HEX triplet: A8, 70 and 60. RGB value is (168,112,96). Sum of RGB (Red+Green+Blue) = 168+112+96=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A87060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87060 is #578F9F. Grayscale: #7F7F7F. Windows color (decimal): -5738400 or 6320296. OLE color: 6320296.
HSL color Cylindrical-coordinate representation of color #A87060: hue angle of 13.33º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87060 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 96 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.34 |
| HSL | 13.33º | 0.29% | 0.52% | - |
| HSV(B) | 13.33º | 0.43% | 0.66% | - |
| XYZ | 24.05 | 20.76 | 13.81 | - |
| YUV | 126.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 96 | 0 | 0.33 | 0.43 | 0.34 | 13.33 | 0.29 | 0.52 |
| Hex | A8 | 70 | 60 | 0 | 21 | 2B | 22 | D | 1D | 34 |
| Octal | 250 | 160 | 140 | 0 | 41 | 53 | 42 | 15 | 35 | 64 |
| Binary | 10101000 | 1110000 | 1100000 | 0 | 100001 | 101011 | 100010 | 1101 | 11101 | 110100 |
Color Harmonies of #A87060
Complementary color
Monochromatic Colors of #A87060
Black with #A87060
Text Example
Text Example
White with #A87060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87060; }
p { color: rgb(168,112,96); }
H1.HeaderClassName
{
color: #A87060;
}
.AnyTagClassName
{
color: #A87060;
}
</style>
background-color css
<style>
a { background-color: #A87060; }
a { background-color: rgb(168,112,96); }
div.DivClassName
{
background-color: #A87060;
}
.BgClassName
{
background-color: #A87060;
}
</style>
border-color css
<style>
span { border-color: #A87060; }
span { border-color: rgb(168,112,96); }
td.TdClassName
{
border-color: #A87060;
}
.TagClassName
{
border-color: #A87060;
}
</style>