Shades of Toast #A07461
Tints of Toast #A07461
RGB
CMYK
RGB Variations
Color information
#A07461 (or 0xA07461) is known color: Toast. HEX triplet: A0, 74 and 61. RGB value is (160,116,97). Sum of RGB (Red+Green+Blue) = 160+116+97=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A07461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07461 is #5F8B9E. Grayscale: #7F7F7F. Windows color (decimal): -6261663 or 6386848. OLE color: 6386848.
HSL color Cylindrical-coordinate representation of color #A07461: hue angle of 18.1º 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 #A07461 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 97 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.37 |
| HSL | 18.1º | 0.25% | 0.5% | - |
| HSV(B) | 18.1º | 0.39% | 0.63% | - |
| XYZ | 22.9 | 20.83 | 14.12 | - |
| YUV | 126.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 97 | 0 | 0.28 | 0.39 | 0.37 | 18.1 | 0.25 | 0.5 |
| Hex | A0 | 74 | 61 | 0 | 1C | 27 | 25 | 12 | 19 | 32 |
| Octal | 240 | 164 | 141 | 0 | 34 | 47 | 45 | 22 | 31 | 62 |
| Binary | 10100000 | 1110100 | 1100001 | 0 | 11100 | 100111 | 100101 | 10010 | 11001 | 110010 |
Color Harmonies of #A07461
Complementary color
Monochromatic Colors of #A07461
Black with #A07461
Text Example
Text Example
White with #A07461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07461; }
p { color: rgb(160,116,97); }
H1.HeaderClassName
{
color: #A07461;
}
.AnyTagClassName
{
color: #A07461;
}
</style>
background-color css
<style>
a { background-color: #A07461; }
a { background-color: rgb(160,116,97); }
div.DivClassName
{
background-color: #A07461;
}
.BgClassName
{
background-color: #A07461;
}
</style>
border-color css
<style>
span { border-color: #A07461; }
span { border-color: rgb(160,116,97); }
td.TdClassName
{
border-color: #A07461;
}
.TagClassName
{
border-color: #A07461;
}
</style>