Shades of Toast #A06F62
Tints of Toast #A06F62
RGB
CMYK
RGB Variations
Color information
#A06F62 (or 0xA06F62) is known color: Toast. HEX triplet: A0, 6F and 62. RGB value is (160,111,98). Sum of RGB (Red+Green+Blue) = 160+111+98=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F62 is #5F909D. Grayscale: #7C7C7C. Windows color (decimal): -6262942 or 6451104. OLE color: 6451104.
HSL color Cylindrical-coordinate representation of color #A06F62: hue angle of 12.58º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06F62 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 98 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.37 |
| HSL | 12.58º | 0.25% | 0.51% | - |
| HSV(B) | 12.58º | 0.39% | 0.63% | - |
| XYZ | 22.39 | 19.72 | 14.18 | - |
| YUV | 124.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 98 | 0 | 0.31 | 0.39 | 0.37 | 12.58 | 0.25 | 0.51 |
| Hex | A0 | 6F | 62 | 0 | 1F | 27 | 25 | D | 19 | 33 |
| Octal | 240 | 157 | 142 | 0 | 37 | 47 | 45 | 15 | 31 | 63 |
| Binary | 10100000 | 1101111 | 1100010 | 0 | 11111 | 100111 | 100101 | 1101 | 11001 | 110011 |
Color Harmonies of #A06F62
Complementary color
Monochromatic Colors of #A06F62
Black with #A06F62
Text Example
Text Example
White with #A06F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F62; }
p { color: rgb(160,111,98); }
H1.HeaderClassName
{
color: #A06F62;
}
.AnyTagClassName
{
color: #A06F62;
}
</style>
background-color css
<style>
a { background-color: #A06F62; }
a { background-color: rgb(160,111,98); }
div.DivClassName
{
background-color: #A06F62;
}
.BgClassName
{
background-color: #A06F62;
}
</style>
border-color css
<style>
span { border-color: #A06F62; }
span { border-color: rgb(160,111,98); }
td.TdClassName
{
border-color: #A06F62;
}
.TagClassName
{
border-color: #A06F62;
}
</style>