Shades of Toast #A5705E
Tints of Toast #A5705E
RGB
CMYK
RGB Variations
Color information
#A5705E (or 0xA5705E) is known color: Toast. HEX triplet: A5, 70 and 5E. RGB value is (165,112,94). Sum of RGB (Red+Green+Blue) = 165+112+94=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5705E is #5A8FA1. Grayscale: #7D7D7D. Windows color (decimal): -5935010 or 6189221. OLE color: 6189221.
HSL color Cylindrical-coordinate representation of color #A5705E: hue angle of 15.21º degrees, saturation: 0.28, 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 #A5705E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 94 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.35 |
| HSL | 15.21º | 0.28% | 0.51% | - |
| HSV(B) | 15.21º | 0.43% | 0.65% | - |
| XYZ | 23.33 | 20.4 | 13.3 | - |
| YUV | 125.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 94 | 0 | 0.32 | 0.43 | 0.35 | 15.21 | 0.28 | 0.51 |
| Hex | A5 | 70 | 5E | 0 | 20 | 2B | 23 | F | 1C | 33 |
| Octal | 245 | 160 | 136 | 0 | 40 | 53 | 43 | 17 | 34 | 63 |
| Binary | 10100101 | 1110000 | 1011110 | 0 | 100000 | 101011 | 100011 | 1111 | 11100 | 110011 |
Color Harmonies of #A5705E
Complementary color
Monochromatic Colors of #A5705E
Black with #A5705E
Text Example
Text Example
White with #A5705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5705E; }
p { color: rgb(165,112,94); }
H1.HeaderClassName
{
color: #A5705E;
}
.AnyTagClassName
{
color: #A5705E;
}
</style>
background-color css
<style>
a { background-color: #A5705E; }
a { background-color: rgb(165,112,94); }
div.DivClassName
{
background-color: #A5705E;
}
.BgClassName
{
background-color: #A5705E;
}
</style>
border-color css
<style>
span { border-color: #A5705E; }
span { border-color: rgb(165,112,94); }
td.TdClassName
{
border-color: #A5705E;
}
.TagClassName
{
border-color: #A5705E;
}
</style>