#9FAFA2

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

Shades of Edward #9FAFA2

Tints of Edward #9FAFA2

Color information

#9FAFA2 (or 0x9FAFA2) is unknown color: approx Edward. HEX triplet: 9F, AF and A2. RGB value is (159,175,162). Sum of RGB (Red+Green+Blue) = 159+175+162=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA2 is #60505D. Grayscale: #A8A8A8. Windows color (decimal): -6312030 or 10661791. OLE color: 10661791.

HSL color Cylindrical-coordinate representation of color #9FAFA2: hue angle of 131.25º 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 #9FAFA2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB159175162-
CMYK0.0900.070.31
HSL131.25º9.09%65.49%-
HSV(B)131.25º9.14%68.63%-
XYZ36.1540.6440.12-
YUV168.73124.2121.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=32.06%
G=35.28%
B=32.66%

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
Decimal1591751620.0900.070.31131.259.0965.49
Hex9FAFA29071F83941
Octal23725724211073720311101
Binary10011111101011111010001010010111111111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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