Shades of Toast #A07256
Tints of Toast #A07256
RGB
CMYK
RGB Variations
Color information
#A07256 (or 0xA07256) is known color: Toast. HEX triplet: A0, 72 and 56. RGB value is (160,114,86). Sum of RGB (Red+Green+Blue) = 160+114+86=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A07256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07256 is #5F8DA9. Grayscale: #7C7C7C. Windows color (decimal): -6262186 or 5665440. OLE color: 5665440.
HSL color Cylindrical-coordinate representation of color #A07256: hue angle of 22.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07256 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 86 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.37 |
| HSL | 22.7º | 0.3% | 0.48% | - |
| HSV(B) | 22.7º | 0.46% | 0.63% | - |
| XYZ | 22.19 | 20.18 | 11.53 | - |
| YUV | 124.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 86 | 0 | 0.29 | 0.46 | 0.37 | 22.7 | 0.3 | 0.48 |
| Hex | A0 | 72 | 56 | 0 | 1D | 2E | 25 | 17 | 1E | 30 |
| Octal | 240 | 162 | 126 | 0 | 35 | 56 | 45 | 27 | 36 | 60 |
| Binary | 10100000 | 1110010 | 1010110 | 0 | 11101 | 101110 | 100101 | 10111 | 11110 | 110000 |
Color Harmonies of #A07256
Complementary color
Monochromatic Colors of #A07256
Black with #A07256
Text Example
Text Example
White with #A07256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07256; }
p { color: rgb(160,114,86); }
H1.HeaderClassName
{
color: #A07256;
}
.AnyTagClassName
{
color: #A07256;
}
</style>
background-color css
<style>
a { background-color: #A07256; }
a { background-color: rgb(160,114,86); }
div.DivClassName
{
background-color: #A07256;
}
.BgClassName
{
background-color: #A07256;
}
</style>
border-color css
<style>
span { border-color: #A07256; }
span { border-color: rgb(160,114,86); }
td.TdClassName
{
border-color: #A07256;
}
.TagClassName
{
border-color: #A07256;
}
</style>