Shades of Toast #A0705C
Tints of Toast #A0705C
RGB
CMYK
RGB Variations
Color information
#A0705C (or 0xA0705C) is known color: Toast. HEX triplet: A0, 70 and 5C. RGB value is (160,112,92). Sum of RGB (Red+Green+Blue) = 160+112+92=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0705C is #5F8FA3. Grayscale: #7C7C7C. Windows color (decimal): -6262692 or 6058144. OLE color: 6058144.
HSL color Cylindrical-coordinate representation of color #A0705C: hue angle of 17.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0705C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 92 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.37 |
| HSL | 17.65º | 0.27% | 0.49% | - |
| HSV(B) | 17.65º | 0.43% | 0.63% | - |
| XYZ | 22.22 | 19.83 | 12.78 | - |
| YUV | 124.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 92 | 0 | 0.30 | 0.43 | 0.37 | 17.65 | 0.27 | 0.49 |
| Hex | A0 | 70 | 5C | 0 | 1E | 2B | 25 | 12 | 1B | 31 |
| Octal | 240 | 160 | 134 | 0 | 36 | 53 | 45 | 22 | 33 | 61 |
| Binary | 10100000 | 1110000 | 1011100 | 0 | 11110 | 101011 | 100101 | 10010 | 11011 | 110001 |
Color Harmonies of #A0705C
Complementary color
Monochromatic Colors of #A0705C
Black with #A0705C
Text Example
Text Example
White with #A0705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0705C; }
p { color: rgb(160,112,92); }
H1.HeaderClassName
{
color: #A0705C;
}
.AnyTagClassName
{
color: #A0705C;
}
</style>
background-color css
<style>
a { background-color: #A0705C; }
a { background-color: rgb(160,112,92); }
div.DivClassName
{
background-color: #A0705C;
}
.BgClassName
{
background-color: #A0705C;
}
</style>
border-color css
<style>
span { border-color: #A0705C; }
span { border-color: rgb(160,112,92); }
td.TdClassName
{
border-color: #A0705C;
}
.TagClassName
{
border-color: #A0705C;
}
</style>