Shades of Toast #A0725C
Tints of Toast #A0725C
RGB
CMYK
RGB Variations
Color information
#A0725C (or 0xA0725C) is known color: Toast. HEX triplet: A0, 72 and 5C. RGB value is (160,114,92). Sum of RGB (Red+Green+Blue) = 160+114+92=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0725C is #5F8DA3. Grayscale: #7D7D7D. Windows color (decimal): -6262180 or 6058656. OLE color: 6058656.
HSL color Cylindrical-coordinate representation of color #A0725C: hue angle of 19.41º 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 #A0725C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 92 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.37 |
| HSL | 19.41º | 0.27% | 0.49% | - |
| HSV(B) | 19.41º | 0.43% | 0.63% | - |
| XYZ | 22.45 | 20.28 | 12.86 | - |
| YUV | 125.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 92 | 0 | 0.29 | 0.43 | 0.37 | 19.41 | 0.27 | 0.49 |
| Hex | A0 | 72 | 5C | 0 | 1D | 2B | 25 | 13 | 1B | 31 |
| Octal | 240 | 162 | 134 | 0 | 35 | 53 | 45 | 23 | 33 | 61 |
| Binary | 10100000 | 1110010 | 1011100 | 0 | 11101 | 101011 | 100101 | 10011 | 11011 | 110001 |
Color Harmonies of #A0725C
Complementary color
Monochromatic Colors of #A0725C
Black with #A0725C
Text Example
Text Example
White with #A0725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0725C; }
p { color: rgb(160,114,92); }
H1.HeaderClassName
{
color: #A0725C;
}
.AnyTagClassName
{
color: #A0725C;
}
</style>
background-color css
<style>
a { background-color: #A0725C; }
a { background-color: rgb(160,114,92); }
div.DivClassName
{
background-color: #A0725C;
}
.BgClassName
{
background-color: #A0725C;
}
</style>
border-color css
<style>
span { border-color: #A0725C; }
span { border-color: rgb(160,114,92); }
td.TdClassName
{
border-color: #A0725C;
}
.TagClassName
{
border-color: #A0725C;
}
</style>