#9FAF9C

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

Shades of Mantle #9FAF9C

Tints of Mantle #9FAF9C

Color information

#9FAF9C (or 0x9FAF9C) is unknown color: approx Mantle. HEX triplet: 9F, AF and 9C. RGB value is (159,175,156). Sum of RGB (Red+Green+Blue) = 159+175+156=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF9C is #605063. Grayscale: #A8A8A8. Windows color (decimal): -6312036 or 10268575. OLE color: 10268575.

HSL color Cylindrical-coordinate representation of color #9FAF9C: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FAF9C is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB159175156-
CMYK0.0900.110.31
HSL110.53º10.61%64.9%-
HSV(B)110.53º10.86%68.63%-
XYZ35.6340.4337.38-
YUV168.05121.2121.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=32.45%
G=35.71%
B=31.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751560.0900.110.31110.5310.6164.9
Hex9FAF9C90B1F6fb41
Octal237257234110133715713101
Binary10011111101011111001110010010101111111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,156); }

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

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

 a { background-color: rgb(159,175,156); }

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

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

 span { border-color: rgb(159,175,156); }

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