#9FA6A1

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

Shades of Edward #9FA6A1

Tints of Edward #9FA6A1

Color information

#9FA6A1 (or 0x9FA6A1) is unknown color: approx Edward. HEX triplet: 9F, A6 and A1. RGB value is (159,166,161). Sum of RGB (Red+Green+Blue) = 159+166+161=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6A1 is #60595E. Grayscale: #A3A3A3. Windows color (decimal): -6314335 or 10593951. OLE color: 10593951.

HSL color Cylindrical-coordinate representation of color #9FA6A1: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA6A1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB159166161-
CMYK0.0400.030.35
HSL137.14º3.78%63.73%-
HSV(B)137.14º4.22%65.1%-
XYZ34.3737.2239.09-
YUV163.34126.68124.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=32.72%
G=34.16%
B=33.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591661610.0400.030.35137.143.7863.73
Hex9FA6A14032389440
Octal237246241403432114100
Binary100111111010011010100001100011100011100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,161); }

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

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

 a { background-color: rgb(159,166,161); }

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

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

 span { border-color: rgb(159,166,161); }

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