Shades of Toast #A07458
Tints of Toast #A07458
RGB
CMYK
RGB Variations
Color information
#A07458 (or 0xA07458) is known color: Toast. HEX triplet: A0, 74 and 58. RGB value is (160,116,88). Sum of RGB (Red+Green+Blue) = 160+116+88=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A07458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07458 is #5F8BA7. Grayscale: #7E7E7E. Windows color (decimal): -6261672 or 5797024. OLE color: 5797024.
HSL color Cylindrical-coordinate representation of color #A07458: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07458 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 88 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.37 |
| HSL | 23.33º | 0.29% | 0.49% | - |
| HSV(B) | 23.33º | 0.45% | 0.63% | - |
| XYZ | 22.5 | 20.67 | 12.04 | - |
| YUV | 125.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 88 | 0 | 0.28 | 0.45 | 0.37 | 23.33 | 0.29 | 0.49 |
| Hex | A0 | 74 | 58 | 0 | 1C | 2D | 25 | 17 | 1D | 31 |
| Octal | 240 | 164 | 130 | 0 | 34 | 55 | 45 | 27 | 35 | 61 |
| Binary | 10100000 | 1110100 | 1011000 | 0 | 11100 | 101101 | 100101 | 10111 | 11101 | 110001 |
Color Harmonies of #A07458
Complementary color
Monochromatic Colors of #A07458
Black with #A07458
Text Example
Text Example
White with #A07458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07458; }
p { color: rgb(160,116,88); }
H1.HeaderClassName
{
color: #A07458;
}
.AnyTagClassName
{
color: #A07458;
}
</style>
background-color css
<style>
a { background-color: #A07458; }
a { background-color: rgb(160,116,88); }
div.DivClassName
{
background-color: #A07458;
}
.BgClassName
{
background-color: #A07458;
}
</style>
border-color css
<style>
span { border-color: #A07458; }
span { border-color: rgb(160,116,88); }
td.TdClassName
{
border-color: #A07458;
}
.TagClassName
{
border-color: #A07458;
}
</style>