Shades of Toast #A0725F
Tints of Toast #A0725F
RGB
CMYK
RGB Variations
Color information
#A0725F (or 0xA0725F) is known color: Toast. HEX triplet: A0, 72 and 5F. RGB value is (160,114,95). Sum of RGB (Red+Green+Blue) = 160+114+95=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0725F is #5F8DA0. Grayscale: #7D7D7D. Windows color (decimal): -6262177 or 6255264. OLE color: 6255264.
HSL color Cylindrical-coordinate representation of color #A0725F: hue angle of 17.54º 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 #A0725F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 95 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.37 |
| HSL | 17.54º | 0.25% | 0.5% | - |
| HSV(B) | 17.54º | 0.41% | 0.63% | - |
| XYZ | 22.58 | 20.33 | 13.56 | - |
| YUV | 125.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 95 | 0 | 0.29 | 0.41 | 0.37 | 17.54 | 0.25 | 0.5 |
| Hex | A0 | 72 | 5F | 0 | 1D | 29 | 25 | 12 | 19 | 32 |
| Octal | 240 | 162 | 137 | 0 | 35 | 51 | 45 | 22 | 31 | 62 |
| Binary | 10100000 | 1110010 | 1011111 | 0 | 11101 | 101001 | 100101 | 10010 | 11001 | 110010 |
Color Harmonies of #A0725F
Complementary color
Monochromatic Colors of #A0725F
Black with #A0725F
Text Example
Text Example
White with #A0725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0725F; }
p { color: rgb(160,114,95); }
H1.HeaderClassName
{
color: #A0725F;
}
.AnyTagClassName
{
color: #A0725F;
}
</style>
background-color css
<style>
a { background-color: #A0725F; }
a { background-color: rgb(160,114,95); }
div.DivClassName
{
background-color: #A0725F;
}
.BgClassName
{
background-color: #A0725F;
}
</style>
border-color css
<style>
span { border-color: #A0725F; }
span { border-color: rgb(160,114,95); }
td.TdClassName
{
border-color: #A0725F;
}
.TagClassName
{
border-color: #A0725F;
}
</style>