Shades of Toast #A0755E
Tints of Toast #A0755E
RGB
CMYK
RGB Variations
Color information
#A0755E (or 0xA0755E) is known color: Toast. HEX triplet: A0, 75 and 5E. RGB value is (160,117,94). Sum of RGB (Red+Green+Blue) = 160+117+94=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0755E is #5F8AA1. Grayscale: #7F7F7F. Windows color (decimal): -6261410 or 6190496. OLE color: 6190496.
HSL color Cylindrical-coordinate representation of color #A0755E: hue angle of 20.91º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0755E is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 94 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.37 |
| HSL | 20.91º | 0.26% | 0.5% | - |
| HSV(B) | 20.91º | 0.41% | 0.63% | - |
| XYZ | 22.88 | 21 | 13.44 | - |
| YUV | 127.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 94 | 0 | 0.27 | 0.41 | 0.37 | 20.91 | 0.26 | 0.5 |
| Hex | A0 | 75 | 5E | 0 | 1B | 29 | 25 | 15 | 1A | 32 |
| Octal | 240 | 165 | 136 | 0 | 33 | 51 | 45 | 25 | 32 | 62 |
| Binary | 10100000 | 1110101 | 1011110 | 0 | 11011 | 101001 | 100101 | 10101 | 11010 | 110010 |
Color Harmonies of #A0755E
Complementary color
Monochromatic Colors of #A0755E
Black with #A0755E
Text Example
Text Example
White with #A0755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0755E; }
p { color: rgb(160,117,94); }
H1.HeaderClassName
{
color: #A0755E;
}
.AnyTagClassName
{
color: #A0755E;
}
</style>
background-color css
<style>
a { background-color: #A0755E; }
a { background-color: rgb(160,117,94); }
div.DivClassName
{
background-color: #A0755E;
}
.BgClassName
{
background-color: #A0755E;
}
</style>
border-color css
<style>
span { border-color: #A0755E; }
span { border-color: rgb(160,117,94); }
td.TdClassName
{
border-color: #A0755E;
}
.TagClassName
{
border-color: #A0755E;
}
</style>