Shades of Toast #A0735F
Tints of Toast #A0735F
RGB
CMYK
RGB Variations
Color information
#A0735F (or 0xA0735F) is known color: Toast. HEX triplet: A0, 73 and 5F. RGB value is (160,115,95). Sum of RGB (Red+Green+Blue) = 160+115+95=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0735F is #5F8CA0. Grayscale: #7E7E7E. Windows color (decimal): -6261921 or 6255520. OLE color: 6255520.
HSL color Cylindrical-coordinate representation of color #A0735F: hue angle of 18.46º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0735F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 95 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.37 |
| HSL | 18.46º | 0.25% | 0.5% | - |
| HSV(B) | 18.46º | 0.41% | 0.63% | - |
| XYZ | 22.69 | 20.56 | 13.6 | - |
| YUV | 126.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 95 | 0 | 0.28 | 0.41 | 0.37 | 18.46 | 0.25 | 0.5 |
| Hex | A0 | 73 | 5F | 0 | 1C | 29 | 25 | 12 | 19 | 32 |
| Octal | 240 | 163 | 137 | 0 | 34 | 51 | 45 | 22 | 31 | 62 |
| Binary | 10100000 | 1110011 | 1011111 | 0 | 11100 | 101001 | 100101 | 10010 | 11001 | 110010 |
Color Harmonies of #A0735F
Complementary color
Monochromatic Colors of #A0735F
Black with #A0735F
Text Example
Text Example
White with #A0735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0735F; }
p { color: rgb(160,115,95); }
H1.HeaderClassName
{
color: #A0735F;
}
.AnyTagClassName
{
color: #A0735F;
}
</style>
background-color css
<style>
a { background-color: #A0735F; }
a { background-color: rgb(160,115,95); }
div.DivClassName
{
background-color: #A0735F;
}
.BgClassName
{
background-color: #A0735F;
}
</style>
border-color css
<style>
span { border-color: #A0735F; }
span { border-color: rgb(160,115,95); }
td.TdClassName
{
border-color: #A0735F;
}
.TagClassName
{
border-color: #A0735F;
}
</style>