Shades of Toast #A07861
Tints of Toast #A07861
RGB
CMYK
RGB Variations
Color information
#A07861 (or 0xA07861) is known color: Toast. HEX triplet: A0, 78 and 61. RGB value is (160,120,97). Sum of RGB (Red+Green+Blue) = 160+120+97=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07861 is #5F879E. Grayscale: #818181. Windows color (decimal): -6260639 or 6387872. OLE color: 6387872.
HSL color Cylindrical-coordinate representation of color #A07861: hue angle of 21.9º 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 #A07861 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 97 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.37 |
| HSL | 21.9º | 0.25% | 0.5% | - |
| HSV(B) | 21.9º | 0.39% | 0.63% | - |
| XYZ | 23.37 | 21.77 | 14.28 | - |
| YUV | 129.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 97 | 0 | 0.25 | 0.39 | 0.37 | 21.9 | 0.25 | 0.5 |
| Hex | A0 | 78 | 61 | 0 | 19 | 27 | 25 | 16 | 19 | 32 |
| Octal | 240 | 170 | 141 | 0 | 31 | 47 | 45 | 26 | 31 | 62 |
| Binary | 10100000 | 1111000 | 1100001 | 0 | 11001 | 100111 | 100101 | 10110 | 11001 | 110010 |
Color Harmonies of #A07861
Complementary color
Monochromatic Colors of #A07861
Black with #A07861
Text Example
Text Example
White with #A07861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07861; }
p { color: rgb(160,120,97); }
H1.HeaderClassName
{
color: #A07861;
}
.AnyTagClassName
{
color: #A07861;
}
</style>
background-color css
<style>
a { background-color: #A07861; }
a { background-color: rgb(160,120,97); }
div.DivClassName
{
background-color: #A07861;
}
.BgClassName
{
background-color: #A07861;
}
</style>
border-color css
<style>
span { border-color: #A07861; }
span { border-color: rgb(160,120,97); }
td.TdClassName
{
border-color: #A07861;
}
.TagClassName
{
border-color: #A07861;
}
</style>