Shades of Toast #A07061
Tints of Toast #A07061
RGB
CMYK
RGB Variations
Color information
#A07061 (or 0xA07061) is known color: Toast. HEX triplet: A0, 70 and 61. RGB value is (160,112,97). Sum of RGB (Red+Green+Blue) = 160+112+97=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A07061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07061 is #5F8F9E. Grayscale: #7C7C7C. Windows color (decimal): -6262687 or 6385824. OLE color: 6385824.
HSL color Cylindrical-coordinate representation of color #A07061: hue angle of 14.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07061 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 97 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.37 |
| HSL | 14.29º | 0.25% | 0.5% | - |
| HSV(B) | 14.29º | 0.39% | 0.63% | - |
| XYZ | 22.45 | 19.92 | 13.97 | - |
| YUV | 124.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 97 | 0 | 0.30 | 0.39 | 0.37 | 14.29 | 0.25 | 0.5 |
| Hex | A0 | 70 | 61 | 0 | 1E | 27 | 25 | E | 19 | 32 |
| Octal | 240 | 160 | 141 | 0 | 36 | 47 | 45 | 16 | 31 | 62 |
| Binary | 10100000 | 1110000 | 1100001 | 0 | 11110 | 100111 | 100101 | 1110 | 11001 | 110010 |
Color Harmonies of #A07061
Complementary color
Monochromatic Colors of #A07061
Black with #A07061
Text Example
Text Example
White with #A07061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07061; }
p { color: rgb(160,112,97); }
H1.HeaderClassName
{
color: #A07061;
}
.AnyTagClassName
{
color: #A07061;
}
</style>
background-color css
<style>
a { background-color: #A07061; }
a { background-color: rgb(160,112,97); }
div.DivClassName
{
background-color: #A07061;
}
.BgClassName
{
background-color: #A07061;
}
</style>
border-color css
<style>
span { border-color: #A07061; }
span { border-color: rgb(160,112,97); }
td.TdClassName
{
border-color: #A07061;
}
.TagClassName
{
border-color: #A07061;
}
</style>