#9E8184

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

Shades of Turkish Rose #9E8184

Tints of Turkish Rose #9E8184

Color information

#9E8184 (or 0x9E8184) is unknown color: approx Turkish Rose. HEX triplet: 9E, 81 and 84. RGB value is (158,129,132). Sum of RGB (Red+Green+Blue) = 158+129+132=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8184 is #617E7B. Grayscale: #8A8A8A. Windows color (decimal): -6389372 or 8683934. OLE color: 8683934.

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

Color convert

RGB158129132-
CMYK00.180.160.38
HSL353.79º13%56.27%-
HSV(B)353.79º18.35%61.96%-
XYZ26.1224.6425.21-
YUV138.01124.61142.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=37.71%
G=30.79%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812913200.180.160.38353.791356.27
Hex9E81840121026162d38
Octal23620120402220465421570
Binary100111101000000110000100010010100001001101011000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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