Shades of Toast #A06F61
Tints of Toast #A06F61
RGB
CMYK
RGB Variations
Color information
#A06F61 (or 0xA06F61) is known color: Toast. HEX triplet: A0, 6F and 61. RGB value is (160,111,97). Sum of RGB (Red+Green+Blue) = 160+111+97=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F61 is #5F909E. Grayscale: #7C7C7C. Windows color (decimal): -6262943 or 6385568. OLE color: 6385568.
HSL color Cylindrical-coordinate representation of color #A06F61: hue angle of 13.33º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06F61 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 97 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.37 |
| HSL | 13.33º | 0.25% | 0.5% | - |
| HSV(B) | 13.33º | 0.39% | 0.63% | - |
| XYZ | 22.34 | 19.71 | 13.94 | - |
| YUV | 124.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 97 | 0 | 0.31 | 0.39 | 0.37 | 13.33 | 0.25 | 0.5 |
| Hex | A0 | 6F | 61 | 0 | 1F | 27 | 25 | D | 19 | 32 |
| Octal | 240 | 157 | 141 | 0 | 37 | 47 | 45 | 15 | 31 | 62 |
| Binary | 10100000 | 1101111 | 1100001 | 0 | 11111 | 100111 | 100101 | 1101 | 11001 | 110010 |
Color Harmonies of #A06F61
Complementary color
Monochromatic Colors of #A06F61
Black with #A06F61
Text Example
Text Example
White with #A06F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F61; }
p { color: rgb(160,111,97); }
H1.HeaderClassName
{
color: #A06F61;
}
.AnyTagClassName
{
color: #A06F61;
}
</style>
background-color css
<style>
a { background-color: #A06F61; }
a { background-color: rgb(160,111,97); }
div.DivClassName
{
background-color: #A06F61;
}
.BgClassName
{
background-color: #A06F61;
}
</style>
border-color css
<style>
span { border-color: #A06F61; }
span { border-color: rgb(160,111,97); }
td.TdClassName
{
border-color: #A06F61;
}
.TagClassName
{
border-color: #A06F61;
}
</style>