Shades of Toast #A8705E
Tints of Toast #A8705E
RGB
CMYK
RGB Variations
Color information
#A8705E (or 0xA8705E) is known color: Toast. HEX triplet: A8, 70 and 5E. RGB value is (168,112,94). Sum of RGB (Red+Green+Blue) = 168+112+94=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8705E is #578FA1. Grayscale: #7E7E7E. Windows color (decimal): -5738402 or 6189224. OLE color: 6189224.
HSL color Cylindrical-coordinate representation of color #A8705E: hue angle of 14.59º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8705E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 94 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.34 |
| HSL | 14.59º | 0.3% | 0.51% | - |
| HSV(B) | 14.59º | 0.44% | 0.66% | - |
| XYZ | 23.96 | 20.72 | 13.33 | - |
| YUV | 126.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 94 | 0 | 0.33 | 0.44 | 0.34 | 14.59 | 0.3 | 0.51 |
| Hex | A8 | 70 | 5E | 0 | 21 | 2C | 22 | F | 1E | 33 |
| Octal | 250 | 160 | 136 | 0 | 41 | 54 | 42 | 17 | 36 | 63 |
| Binary | 10101000 | 1110000 | 1011110 | 0 | 100001 | 101100 | 100010 | 1111 | 11110 | 110011 |
Color Harmonies of #A8705E
Complementary color
Monochromatic Colors of #A8705E
Black with #A8705E
Text Example
Text Example
White with #A8705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8705E; }
p { color: rgb(168,112,94); }
H1.HeaderClassName
{
color: #A8705E;
}
.AnyTagClassName
{
color: #A8705E;
}
</style>
background-color css
<style>
a { background-color: #A8705E; }
a { background-color: rgb(168,112,94); }
div.DivClassName
{
background-color: #A8705E;
}
.BgClassName
{
background-color: #A8705E;
}
</style>
border-color css
<style>
span { border-color: #A8705E; }
span { border-color: rgb(168,112,94); }
td.TdClassName
{
border-color: #A8705E;
}
.TagClassName
{
border-color: #A8705E;
}
</style>