Shades of Toast #A8705D
Tints of Toast #A8705D
RGB
CMYK
RGB Variations
Color information
#A8705D (or 0xA8705D) is known color: Toast. HEX triplet: A8, 70 and 5D. RGB value is (168,112,93). Sum of RGB (Red+Green+Blue) = 168+112+93=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8705D is #578FA2. Grayscale: #7E7E7E. Windows color (decimal): -5738403 or 6123688. OLE color: 6123688.
HSL color Cylindrical-coordinate representation of color #A8705D: hue angle of 15.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8705D is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 93 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.34 |
| HSL | 15.2º | 0.3% | 0.51% | - |
| HSV(B) | 15.2º | 0.45% | 0.66% | - |
| XYZ | 23.92 | 20.7 | 13.09 | - |
| YUV | 126.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 93 | 0 | 0.33 | 0.45 | 0.34 | 15.2 | 0.3 | 0.51 |
| Hex | A8 | 70 | 5D | 0 | 21 | 2D | 22 | F | 1E | 33 |
| Octal | 250 | 160 | 135 | 0 | 41 | 55 | 42 | 17 | 36 | 63 |
| Binary | 10101000 | 1110000 | 1011101 | 0 | 100001 | 101101 | 100010 | 1111 | 11110 | 110011 |
Color Harmonies of #A8705D
Complementary color
Monochromatic Colors of #A8705D
Black with #A8705D
Text Example
Text Example
White with #A8705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8705D; }
p { color: rgb(168,112,93); }
H1.HeaderClassName
{
color: #A8705D;
}
.AnyTagClassName
{
color: #A8705D;
}
</style>
background-color css
<style>
a { background-color: #A8705D; }
a { background-color: rgb(168,112,93); }
div.DivClassName
{
background-color: #A8705D;
}
.BgClassName
{
background-color: #A8705D;
}
</style>
border-color css
<style>
span { border-color: #A8705D; }
span { border-color: rgb(168,112,93); }
td.TdClassName
{
border-color: #A8705D;
}
.TagClassName
{
border-color: #A8705D;
}
</style>