Shades of Toast #A3705E
Tints of Toast #A3705E
RGB
CMYK
RGB Variations
Color information
#A3705E (or 0xA3705E) is known color: Toast. HEX triplet: A3, 70 and 5E. RGB value is (163,112,94). Sum of RGB (Red+Green+Blue) = 163+112+94=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3705E is #5C8FA1. Grayscale: #7D7D7D. Windows color (decimal): -6066082 or 6189219. OLE color: 6189219.
HSL color Cylindrical-coordinate representation of color #A3705E: hue angle of 15.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3705E is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 94 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.36 |
| HSL | 15.65º | 0.27% | 0.5% | - |
| HSV(B) | 15.65º | 0.42% | 0.64% | - |
| XYZ | 22.92 | 20.18 | 13.28 | - |
| YUV | 125.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 94 | 0 | 0.31 | 0.42 | 0.36 | 15.65 | 0.27 | 0.5 |
| Hex | A3 | 70 | 5E | 0 | 1F | 2A | 24 | 10 | 1B | 32 |
| Octal | 243 | 160 | 136 | 0 | 37 | 52 | 44 | 20 | 33 | 62 |
| Binary | 10100011 | 1110000 | 1011110 | 0 | 11111 | 101010 | 100100 | 10000 | 11011 | 110010 |
Color Harmonies of #A3705E
Complementary color
Monochromatic Colors of #A3705E
Black with #A3705E
Text Example
Text Example
White with #A3705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3705E; }
p { color: rgb(163,112,94); }
H1.HeaderClassName
{
color: #A3705E;
}
.AnyTagClassName
{
color: #A3705E;
}
</style>
background-color css
<style>
a { background-color: #A3705E; }
a { background-color: rgb(163,112,94); }
div.DivClassName
{
background-color: #A3705E;
}
.BgClassName
{
background-color: #A3705E;
}
</style>
border-color css
<style>
span { border-color: #A3705E; }
span { border-color: rgb(163,112,94); }
td.TdClassName
{
border-color: #A3705E;
}
.TagClassName
{
border-color: #A3705E;
}
</style>