#9E8486

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

Shades of Turkish Rose #9E8486

Tints of Turkish Rose #9E8486

Color information

#9E8486 (or 0x9E8486) is unknown color: approx Turkish Rose. HEX triplet: 9E, 84 and 86. RGB value is (158,132,134). Sum of RGB (Red+Green+Blue) = 158+132+134=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8486 is #617B79. Grayscale: #8C8C8C. Windows color (decimal): -6388602 or 8815774. OLE color: 8815774.

HSL color Cylindrical-coordinate representation of color #9E8486: hue angle of 355.38º degrees, saturation: 0.12, 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 #9E8486 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB158132134-
CMYK00.160.150.38
HSL355.38º11.82%56.86%-
HSV(B)355.38º16.46%61.96%-
XYZ26.6525.4926.07-
YUV140124.61140.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=37.26%
G=31.13%
B=31.60%

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
Decimal15813213400.160.150.38355.3811.8256.86
Hex9E8486010F26163c39
Octal23620420602017465431471
Binary10011110100001001000011001000011111001101011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,134); }

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

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

 a { background-color: rgb(158,132,134); }

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

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

 span { border-color: rgb(158,132,134); }

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