Shades of Toast #A07360
Tints of Toast #A07360
RGB
CMYK
RGB Variations
Color information
#A07360 (or 0xA07360) is known color: Toast. HEX triplet: A0, 73 and 60. RGB value is (160,115,96). Sum of RGB (Red+Green+Blue) = 160+115+96=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A07360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07360 is #5F8C9F. Grayscale: #7E7E7E. Windows color (decimal): -6261920 or 6321056. OLE color: 6321056.
HSL color Cylindrical-coordinate representation of color #A07360: hue angle of 17.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07360 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 96 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.37 |
| HSL | 17.81º | 0.25% | 0.5% | - |
| HSV(B) | 17.81º | 0.4% | 0.63% | - |
| XYZ | 22.74 | 20.58 | 13.84 | - |
| YUV | 126.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 96 | 0 | 0.28 | 0.4 | 0.37 | 17.81 | 0.25 | 0.5 |
| Hex | A0 | 73 | 60 | 0 | 1C | 28 | 25 | 12 | 19 | 32 |
| Octal | 240 | 163 | 140 | 0 | 34 | 50 | 45 | 22 | 31 | 62 |
| Binary | 10100000 | 1110011 | 1100000 | 0 | 11100 | 101000 | 100101 | 10010 | 11001 | 110010 |
Color Harmonies of #A07360
Complementary color
Monochromatic Colors of #A07360
Black with #A07360
Text Example
Text Example
White with #A07360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07360; }
p { color: rgb(160,115,96); }
H1.HeaderClassName
{
color: #A07360;
}
.AnyTagClassName
{
color: #A07360;
}
</style>
background-color css
<style>
a { background-color: #A07360; }
a { background-color: rgb(160,115,96); }
div.DivClassName
{
background-color: #A07360;
}
.BgClassName
{
background-color: #A07360;
}
</style>
border-color css
<style>
span { border-color: #A07360; }
span { border-color: rgb(160,115,96); }
td.TdClassName
{
border-color: #A07360;
}
.TagClassName
{
border-color: #A07360;
}
</style>