Shades of Toast #A06E5B
Tints of Toast #A06E5B
RGB
CMYK
RGB Variations
Color information
#A06E5B (or 0xA06E5B) is known color: Toast. HEX triplet: A0, 6E and 5B. RGB value is (160,110,91). Sum of RGB (Red+Green+Blue) = 160+110+91=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E5B is #5F91A4. Grayscale: #7A7A7A. Windows color (decimal): -6263205 or 5992096. OLE color: 5992096.
HSL color Cylindrical-coordinate representation of color #A06E5B: hue angle of 16.52º 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 #A06E5B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 91 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.37 |
| HSL | 16.52º | 0.27% | 0.49% | - |
| HSV(B) | 16.52º | 0.43% | 0.63% | - |
| XYZ | 21.96 | 19.38 | 12.48 | - |
| YUV | 122.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 91 | 0 | 0.31 | 0.43 | 0.37 | 16.52 | 0.27 | 0.49 |
| Hex | A0 | 6E | 5B | 0 | 1F | 2B | 25 | 11 | 1B | 31 |
| Octal | 240 | 156 | 133 | 0 | 37 | 53 | 45 | 21 | 33 | 61 |
| Binary | 10100000 | 1101110 | 1011011 | 0 | 11111 | 101011 | 100101 | 10001 | 11011 | 110001 |
Color Harmonies of #A06E5B
Complementary color
Monochromatic Colors of #A06E5B
Black with #A06E5B
Text Example
Text Example
White with #A06E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E5B; }
p { color: rgb(160,110,91); }
H1.HeaderClassName
{
color: #A06E5B;
}
.AnyTagClassName
{
color: #A06E5B;
}
</style>
background-color css
<style>
a { background-color: #A06E5B; }
a { background-color: rgb(160,110,91); }
div.DivClassName
{
background-color: #A06E5B;
}
.BgClassName
{
background-color: #A06E5B;
}
</style>
border-color css
<style>
span { border-color: #A06E5B; }
span { border-color: rgb(160,110,91); }
td.TdClassName
{
border-color: #A06E5B;
}
.TagClassName
{
border-color: #A06E5B;
}
</style>