Shades of Toast #A06E5C
Tints of Toast #A06E5C
RGB
CMYK
RGB Variations
Color information
#A06E5C (or 0xA06E5C) is known color: Toast. HEX triplet: A0, 6E and 5C. RGB value is (160,110,92). Sum of RGB (Red+Green+Blue) = 160+110+92=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E5C is #5F91A3. Grayscale: #7B7B7B. Windows color (decimal): -6263204 or 6057632. OLE color: 6057632.
HSL color Cylindrical-coordinate representation of color #A06E5C: hue angle of 15.88º 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 #A06E5C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 92 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.37 |
| HSL | 15.88º | 0.27% | 0.49% | - |
| HSV(B) | 15.88º | 0.43% | 0.63% | - |
| XYZ | 22 | 19.4 | 12.71 | - |
| YUV | 122.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 92 | 0 | 0.31 | 0.43 | 0.37 | 15.88 | 0.27 | 0.49 |
| Hex | A0 | 6E | 5C | 0 | 1F | 2B | 25 | 10 | 1B | 31 |
| Octal | 240 | 156 | 134 | 0 | 37 | 53 | 45 | 20 | 33 | 61 |
| Binary | 10100000 | 1101110 | 1011100 | 0 | 11111 | 101011 | 100101 | 10000 | 11011 | 110001 |
Color Harmonies of #A06E5C
Complementary color
Monochromatic Colors of #A06E5C
Black with #A06E5C
Text Example
Text Example
White with #A06E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E5C; }
p { color: rgb(160,110,92); }
H1.HeaderClassName
{
color: #A06E5C;
}
.AnyTagClassName
{
color: #A06E5C;
}
</style>
background-color css
<style>
a { background-color: #A06E5C; }
a { background-color: rgb(160,110,92); }
div.DivClassName
{
background-color: #A06E5C;
}
.BgClassName
{
background-color: #A06E5C;
}
</style>
border-color css
<style>
span { border-color: #A06E5C; }
span { border-color: rgb(160,110,92); }
td.TdClassName
{
border-color: #A06E5C;
}
.TagClassName
{
border-color: #A06E5C;
}
</style>