Shades of Toast #A6705E
Tints of Toast #A6705E
RGB
CMYK
RGB Variations
Color information
#A6705E (or 0xA6705E) is known color: Toast. HEX triplet: A6, 70 and 5E. RGB value is (166,112,94). Sum of RGB (Red+Green+Blue) = 166+112+94=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6705E is #598FA1. Grayscale: #7E7E7E. Windows color (decimal): -5869474 or 6189222. OLE color: 6189222.
HSL color Cylindrical-coordinate representation of color #A6705E: hue angle of 15º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6705E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 94 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.35 |
| HSL | 15º | 0.29% | 0.51% | - |
| HSV(B) | 15º | 0.43% | 0.65% | - |
| XYZ | 23.54 | 20.5 | 13.31 | - |
| YUV | 126.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 94 | 0 | 0.33 | 0.43 | 0.35 | 15 | 0.29 | 0.51 |
| Hex | A6 | 70 | 5E | 0 | 21 | 2B | 23 | F | 1D | 33 |
| Octal | 246 | 160 | 136 | 0 | 41 | 53 | 43 | 17 | 35 | 63 |
| Binary | 10100110 | 1110000 | 1011110 | 0 | 100001 | 101011 | 100011 | 1111 | 11101 | 110011 |
Color Harmonies of #A6705E
Complementary color
Monochromatic Colors of #A6705E
Black with #A6705E
Text Example
Text Example
White with #A6705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6705E; }
p { color: rgb(166,112,94); }
H1.HeaderClassName
{
color: #A6705E;
}
.AnyTagClassName
{
color: #A6705E;
}
</style>
background-color css
<style>
a { background-color: #A6705E; }
a { background-color: rgb(166,112,94); }
div.DivClassName
{
background-color: #A6705E;
}
.BgClassName
{
background-color: #A6705E;
}
</style>
border-color css
<style>
span { border-color: #A6705E; }
span { border-color: rgb(166,112,94); }
td.TdClassName
{
border-color: #A6705E;
}
.TagClassName
{
border-color: #A6705E;
}
</style>