#9FAFA3

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

Shades of Edward #9FAFA3

Tints of Edward #9FAFA3

Color information

#9FAFA3 (or 0x9FAFA3) is unknown color: approx Edward. HEX triplet: 9F, AF and A3. RGB value is (159,175,163). Sum of RGB (Red+Green+Blue) = 159+175+163=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA3 is #60505C. Grayscale: #A8A8A8. Windows color (decimal): -6312029 or 10727327. OLE color: 10727327.

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

Color convert

RGB159175163-
CMYK0.0900.070.31
HSL135º9.09%65.49%-
HSV(B)135º9.14%68.63%-
XYZ36.2440.6840.59-
YUV168.85124.7120.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 163 (64.06% from 255) = 32.80%
R=31.99%
G=35.21%
B=32.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751630.0900.070.311359.0965.49
Hex9FAFA39071F87941
Octal23725724311073720711101
Binary10011111101011111010001110010111111111000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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