Shades of Toast #9A7160
Tints of Toast #9A7160
RGB
CMYK
RGB Variations
Color information
#9A7160 (or 0x9A7160) is known color: Toast. HEX triplet: 9A, 71 and 60. RGB value is (154,113,96). Sum of RGB (Red+Green+Blue) = 154+113+96=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7160 is #658E9F. Grayscale: #7B7B7B. Windows color (decimal): -6655648 or 6320538. OLE color: 6320538.
HSL color Cylindrical-coordinate representation of color #9A7160: hue angle of 17.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7160 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 96 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.40 |
| HSL | 17.59º | 0.23% | 0.49% | - |
| HSV(B) | 17.59º | 0.38% | 0.6% | - |
| XYZ | 21.34 | 19.52 | 13.71 | - |
| YUV | 123.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 96 | 0 | 0.27 | 0.38 | 0.40 | 17.59 | 0.23 | 0.49 |
| Hex | 9A | 71 | 60 | 0 | 1B | 26 | 28 | 12 | 17 | 31 |
| Octal | 232 | 161 | 140 | 0 | 33 | 46 | 50 | 22 | 27 | 61 |
| Binary | 10011010 | 1110001 | 1100000 | 0 | 11011 | 100110 | 101000 | 10010 | 10111 | 110001 |
Color Harmonies of #9A7160
Complementary color
Monochromatic Colors of #9A7160
Black with #9A7160
Text Example
Text Example
White with #9A7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7160; }
p { color: rgb(154,113,96); }
H1.HeaderClassName
{
color: #9A7160;
}
.AnyTagClassName
{
color: #9A7160;
}
</style>
background-color css
<style>
a { background-color: #9A7160; }
a { background-color: rgb(154,113,96); }
div.DivClassName
{
background-color: #9A7160;
}
.BgClassName
{
background-color: #9A7160;
}
</style>
border-color css
<style>
span { border-color: #9A7160; }
span { border-color: rgb(154,113,96); }
td.TdClassName
{
border-color: #9A7160;
}
.TagClassName
{
border-color: #9A7160;
}
</style>