Shades of Toast #A07865
Tints of Toast #A07865
RGB
CMYK
RGB Variations
Color information
#A07865 (or 0xA07865) is known color: Toast. HEX triplet: A0, 78 and 65. RGB value is (160,120,101). Sum of RGB (Red+Green+Blue) = 160+120+101=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A07865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07865 is #5F879A. Grayscale: #818181. Windows color (decimal): -6260635 or 6650016. OLE color: 6650016.
HSL color Cylindrical-coordinate representation of color #A07865: hue angle of 19.32º 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 #A07865 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 101 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.37 |
| HSL | 19.32º | 0.24% | 0.51% | - |
| HSV(B) | 19.32º | 0.37% | 0.63% | - |
| XYZ | 23.56 | 21.85 | 15.29 | - |
| YUV | 129.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 101 | 0 | 0.25 | 0.37 | 0.37 | 19.32 | 0.24 | 0.51 |
| Hex | A0 | 78 | 65 | 0 | 19 | 25 | 25 | 13 | 18 | 33 |
| Octal | 240 | 170 | 145 | 0 | 31 | 45 | 45 | 23 | 30 | 63 |
| Binary | 10100000 | 1111000 | 1100101 | 0 | 11001 | 100101 | 100101 | 10011 | 11000 | 110011 |
Color Harmonies of #A07865
Complementary color
Monochromatic Colors of #A07865
Black with #A07865
Text Example
Text Example
White with #A07865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07865; }
p { color: rgb(160,120,101); }
H1.HeaderClassName
{
color: #A07865;
}
.AnyTagClassName
{
color: #A07865;
}
</style>
background-color css
<style>
a { background-color: #A07865; }
a { background-color: rgb(160,120,101); }
div.DivClassName
{
background-color: #A07865;
}
.BgClassName
{
background-color: #A07865;
}
</style>
border-color css
<style>
span { border-color: #A07865; }
span { border-color: rgb(160,120,101); }
td.TdClassName
{
border-color: #A07865;
}
.TagClassName
{
border-color: #A07865;
}
</style>