Shades of Turkish Rose #9F898A
Tints of Turkish Rose #9F898A
RGB
CMYK
RGB Variations
Color information
#9F898A (or 0x9F898A) is known color: Turkish Rose. HEX triplet: 9F, 89 and 8A. RGB value is (159,137,138). Sum of RGB (Red+Green+Blue) = 159+137+138=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F898A is #607675. Grayscale: #8F8F8F. Windows color (decimal): -6321782 or 9079199. OLE color: 9079199.
HSL color Cylindrical-coordinate representation of color #9F898A: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F898A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 138 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.38 |
| HSL | 357.27º | 0.1% | 0.58% | - |
| HSV(B) | 357.27º | 0.14% | 0.62% | - |
| XYZ | 27.83 | 27.1 | 27.81 | - |
| YUV | 143.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 138 | 0 | 0.14 | 0.13 | 0.38 | 357.27 | 0.1 | 0.58 |
| Hex | 9F | 89 | 8A | 0 | E | D | 26 | 165 | A | 3A |
| Octal | 237 | 211 | 212 | 0 | 16 | 15 | 46 | 545 | 12 | 72 |
| Binary | 10011111 | 10001001 | 10001010 | 0 | 1110 | 1101 | 100110 | 101100101 | 1010 | 111010 |
Color Harmonies of #9F898A
Complementary color
Monochromatic Colors of #9F898A
Black with #9F898A
Text Example
Text Example
White with #9F898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F898A; }
p { color: rgb(159,137,138); }
H1.HeaderClassName
{
color: #9F898A;
}
.AnyTagClassName
{
color: #9F898A;
}
</style>
background-color css
<style>
a { background-color: #9F898A; }
a { background-color: rgb(159,137,138); }
div.DivClassName
{
background-color: #9F898A;
}
.BgClassName
{
background-color: #9F898A;
}
</style>
border-color css
<style>
span { border-color: #9F898A; }
span { border-color: rgb(159,137,138); }
td.TdClassName
{
border-color: #9F898A;
}
.TagClassName
{
border-color: #9F898A;
}
</style>