Shades of Toast #A07156
Tints of Toast #A07156
RGB
CMYK
RGB Variations
Color information
#A07156 (or 0xA07156) is known color: Toast. HEX triplet: A0, 71 and 56. RGB value is (160,113,86). Sum of RGB (Red+Green+Blue) = 160+113+86=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07156 is #5F8EA9. Grayscale: #7C7C7C. Windows color (decimal): -6262442 or 5665184. OLE color: 5665184.
HSL color Cylindrical-coordinate representation of color #A07156: hue angle of 21.89º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07156 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 86 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.37 |
| HSL | 21.89º | 0.3% | 0.48% | - |
| HSV(B) | 21.89º | 0.46% | 0.63% | - |
| XYZ | 22.08 | 19.96 | 11.49 | - |
| YUV | 123.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 86 | 0 | 0.29 | 0.46 | 0.37 | 21.89 | 0.3 | 0.48 |
| Hex | A0 | 71 | 56 | 0 | 1D | 2E | 25 | 16 | 1E | 30 |
| Octal | 240 | 161 | 126 | 0 | 35 | 56 | 45 | 26 | 36 | 60 |
| Binary | 10100000 | 1110001 | 1010110 | 0 | 11101 | 101110 | 100101 | 10110 | 11110 | 110000 |
Color Harmonies of #A07156
Complementary color
Monochromatic Colors of #A07156
Black with #A07156
Text Example
Text Example
White with #A07156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07156; }
p { color: rgb(160,113,86); }
H1.HeaderClassName
{
color: #A07156;
}
.AnyTagClassName
{
color: #A07156;
}
</style>
background-color css
<style>
a { background-color: #A07156; }
a { background-color: rgb(160,113,86); }
div.DivClassName
{
background-color: #A07156;
}
.BgClassName
{
background-color: #A07156;
}
</style>
border-color css
<style>
span { border-color: #A07156; }
span { border-color: rgb(160,113,86); }
td.TdClassName
{
border-color: #A07156;
}
.TagClassName
{
border-color: #A07156;
}
</style>