#9F8283

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

Shades of Turkish Rose #9F8283

Tints of Turkish Rose #9F8283

Color information

#9F8283 (or 0x9F8283) is unknown color: approx Turkish Rose. HEX triplet: 9F, 82 and 83. RGB value is (159,130,131). Sum of RGB (Red+Green+Blue) = 159+130+131=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8283 is #607D7C. Grayscale: #8A8A8A. Windows color (decimal): -6323581 or 8618655. OLE color: 8618655.

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

Color convert

RGB159130131-
CMYK00.180.180.38
HSL357.93º13.12%56.67%-
HSV(B)357.93º18.24%62.35%-
XYZ26.3824.9724.9-
YUV138.78123.61142.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=37.86%
G=30.95%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913013100.180.180.38357.9313.1256.67
Hex9F82830121226166d39
Octal23720220302222465461571
Binary100111111000001010000011010010100101001101011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,131); }

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

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

 a { background-color: rgb(159,130,131); }

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

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

 span { border-color: rgb(159,130,131); }

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