Shades of Toast #A07263
Tints of Toast #A07263
RGB
CMYK
RGB Variations
Color information
#A07263 (or 0xA07263) is known color: Toast. HEX triplet: A0, 72 and 63. RGB value is (160,114,99). Sum of RGB (Red+Green+Blue) = 160+114+99=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A07263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07263 is #5F8D9C. Grayscale: #7E7E7E. Windows color (decimal): -6262173 or 6517408. OLE color: 6517408.
HSL color Cylindrical-coordinate representation of color #A07263: hue angle of 14.75º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07263 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 99 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.37 |
| HSL | 14.75º | 0.24% | 0.51% | - |
| HSV(B) | 14.75º | 0.38% | 0.63% | - |
| XYZ | 22.77 | 20.41 | 14.54 | - |
| YUV | 126.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 99 | 0 | 0.29 | 0.38 | 0.37 | 14.75 | 0.24 | 0.51 |
| Hex | A0 | 72 | 63 | 0 | 1D | 26 | 25 | F | 18 | 33 |
| Octal | 240 | 162 | 143 | 0 | 35 | 46 | 45 | 17 | 30 | 63 |
| Binary | 10100000 | 1110010 | 1100011 | 0 | 11101 | 100110 | 100101 | 1111 | 11000 | 110011 |
Color Harmonies of #A07263
Complementary color
Monochromatic Colors of #A07263
Black with #A07263
Text Example
Text Example
White with #A07263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07263; }
p { color: rgb(160,114,99); }
H1.HeaderClassName
{
color: #A07263;
}
.AnyTagClassName
{
color: #A07263;
}
</style>
background-color css
<style>
a { background-color: #A07263; }
a { background-color: rgb(160,114,99); }
div.DivClassName
{
background-color: #A07263;
}
.BgClassName
{
background-color: #A07263;
}
</style>
border-color css
<style>
span { border-color: #A07263; }
span { border-color: rgb(160,114,99); }
td.TdClassName
{
border-color: #A07263;
}
.TagClassName
{
border-color: #A07263;
}
</style>