#9E8587

Color #9E8587 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9E8587

Tints of Turkish Rose #9E8587

Color information

#9E8587 (or 0x9E8587) is unknown color: approx Turkish Rose. HEX triplet: 9E, 85 and 87. RGB value is (158,133,135). Sum of RGB (Red+Green+Blue) = 158+133+135=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8587 is #617A78. Grayscale: #8C8C8C. Windows color (decimal): -6388345 or 8881566. OLE color: 8881566.

HSL color Cylindrical-coordinate representation of color #9E8587: hue angle of 355.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8587 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB158133135-
CMYK00.160.150.38
HSL355.2º11.42%57.06%-
HSV(B)355.2º15.82%61.96%-
XYZ26.8625.7926.48-
YUV140.7124.78140.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=37.09%
G=31.22%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813313500.160.150.38355.211.4257.06
Hex9E8587010F26163b39
Octal23620520702017465431371
Binary10011110100001011000011101000011111001101011000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8587; }

 p { color: rgb(158,133,135); }

 H1.HeaderClassName
 {
   color: #9E8587;
 }
 .AnyTagClassName
 {
   color: #9E8587;
 }
</style>
background-color css

<style>
 a { background-color: #9E8587; }

 a { background-color: rgb(158,133,135); }

 div.DivClassName
 {
   background-color: #9E8587;
 }
 .BgClassName
 {
   background-color: #9E8587;
 }
</style>
border-color css

<style>
 span { border-color: #9E8587; }

 span { border-color: rgb(158,133,135); }

 td.TdClassName
 {
   border-color: #9E8587;
 }
 .TagClassName
 {
   border-color: #9E8587;
 }
</style>