Shades of Toast #A6705D
Tints of Toast #A6705D
RGB
CMYK
RGB Variations
Color information
#A6705D (or 0xA6705D) is known color: Toast. HEX triplet: A6, 70 and 5D. RGB value is (166,112,93). Sum of RGB (Red+Green+Blue) = 166+112+93=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6705D is #598FA2. Grayscale: #7E7E7E. Windows color (decimal): -5869475 or 6123686. OLE color: 6123686.
HSL color Cylindrical-coordinate representation of color #A6705D: hue angle of 15.62º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6705D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 93 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.35 |
| HSL | 15.62º | 0.29% | 0.51% | - |
| HSV(B) | 15.62º | 0.44% | 0.65% | - |
| XYZ | 23.5 | 20.49 | 13.07 | - |
| YUV | 125.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 93 | 0 | 0.33 | 0.44 | 0.35 | 15.62 | 0.29 | 0.51 |
| Hex | A6 | 70 | 5D | 0 | 21 | 2C | 23 | 10 | 1D | 33 |
| Octal | 246 | 160 | 135 | 0 | 41 | 54 | 43 | 20 | 35 | 63 |
| Binary | 10100110 | 1110000 | 1011101 | 0 | 100001 | 101100 | 100011 | 10000 | 11101 | 110011 |
Color Harmonies of #A6705D
Complementary color
Monochromatic Colors of #A6705D
Black with #A6705D
Text Example
Text Example
White with #A6705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6705D; }
p { color: rgb(166,112,93); }
H1.HeaderClassName
{
color: #A6705D;
}
.AnyTagClassName
{
color: #A6705D;
}
</style>
background-color css
<style>
a { background-color: #A6705D; }
a { background-color: rgb(166,112,93); }
div.DivClassName
{
background-color: #A6705D;
}
.BgClassName
{
background-color: #A6705D;
}
</style>
border-color css
<style>
span { border-color: #A6705D; }
span { border-color: rgb(166,112,93); }
td.TdClassName
{
border-color: #A6705D;
}
.TagClassName
{
border-color: #A6705D;
}
</style>