Shades of Toast #A07358
Tints of Toast #A07358
RGB
CMYK
RGB Variations
Color information
#A07358 (or 0xA07358) is known color: Toast. HEX triplet: A0, 73 and 58. RGB value is (160,115,88). Sum of RGB (Red+Green+Blue) = 160+115+88=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07358 is #5F8CA7. Grayscale: #7D7D7D. Windows color (decimal): -6261928 or 5796768. OLE color: 5796768.
HSL color Cylindrical-coordinate representation of color #A07358: hue angle of 22.5º 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 #A07358 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 88 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.37 |
| HSL | 22.5º | 0.29% | 0.49% | - |
| HSV(B) | 22.5º | 0.45% | 0.63% | - |
| XYZ | 22.39 | 20.44 | 12 | - |
| YUV | 125.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 88 | 0 | 0.28 | 0.45 | 0.37 | 22.5 | 0.29 | 0.49 |
| Hex | A0 | 73 | 58 | 0 | 1C | 2D | 25 | 16 | 1D | 31 |
| Octal | 240 | 163 | 130 | 0 | 34 | 55 | 45 | 26 | 35 | 61 |
| Binary | 10100000 | 1110011 | 1011000 | 0 | 11100 | 101101 | 100101 | 10110 | 11101 | 110001 |
Color Harmonies of #A07358
Complementary color
Monochromatic Colors of #A07358
Black with #A07358
Text Example
Text Example
White with #A07358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07358; }
p { color: rgb(160,115,88); }
H1.HeaderClassName
{
color: #A07358;
}
.AnyTagClassName
{
color: #A07358;
}
</style>
background-color css
<style>
a { background-color: #A07358; }
a { background-color: rgb(160,115,88); }
div.DivClassName
{
background-color: #A07358;
}
.BgClassName
{
background-color: #A07358;
}
</style>
border-color css
<style>
span { border-color: #A07358; }
span { border-color: rgb(160,115,88); }
td.TdClassName
{
border-color: #A07358;
}
.TagClassName
{
border-color: #A07358;
}
</style>