Shades of Toast #A07365
Tints of Toast #A07365
RGB
CMYK
RGB Variations
Color information
#A07365 (or 0xA07365) is known color: Toast. HEX triplet: A0, 73 and 65. RGB value is (160,115,101). Sum of RGB (Red+Green+Blue) = 160+115+101=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A07365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07365 is #5F8C9A. Grayscale: #7E7E7E. Windows color (decimal): -6261915 or 6648736. OLE color: 6648736.
HSL color Cylindrical-coordinate representation of color #A07365: hue angle of 14.24º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07365 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 101 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.37 |
| HSL | 14.24º | 0.24% | 0.51% | - |
| HSV(B) | 14.24º | 0.37% | 0.63% | - |
| XYZ | 22.98 | 20.67 | 15.09 | - |
| YUV | 126.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 101 | 0 | 0.28 | 0.37 | 0.37 | 14.24 | 0.24 | 0.51 |
| Hex | A0 | 73 | 65 | 0 | 1C | 25 | 25 | E | 18 | 33 |
| Octal | 240 | 163 | 145 | 0 | 34 | 45 | 45 | 16 | 30 | 63 |
| Binary | 10100000 | 1110011 | 1100101 | 0 | 11100 | 100101 | 100101 | 1110 | 11000 | 110011 |
Color Harmonies of #A07365
Complementary color
Monochromatic Colors of #A07365
Black with #A07365
Text Example
Text Example
White with #A07365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07365; }
p { color: rgb(160,115,101); }
H1.HeaderClassName
{
color: #A07365;
}
.AnyTagClassName
{
color: #A07365;
}
</style>
background-color css
<style>
a { background-color: #A07365; }
a { background-color: rgb(160,115,101); }
div.DivClassName
{
background-color: #A07365;
}
.BgClassName
{
background-color: #A07365;
}
</style>
border-color css
<style>
span { border-color: #A07365; }
span { border-color: rgb(160,115,101); }
td.TdClassName
{
border-color: #A07365;
}
.TagClassName
{
border-color: #A07365;
}
</style>