#9FAAA2

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

Shades of Edward #9FAAA2

Tints of Edward #9FAAA2

Color information

#9FAAA2 (or 0x9FAAA2) is unknown color: approx Edward. HEX triplet: 9F, AA and A2. RGB value is (159,170,162). Sum of RGB (Red+Green+Blue) = 159+170+162=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAA2 is #60555D. Grayscale: #A5A5A5. Windows color (decimal): -6313310 or 10660511. OLE color: 10660511.

HSL color Cylindrical-coordinate representation of color #9FAAA2: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FAAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB159170162-
CMYK0.0600.050.33
HSL136.36º6.08%64.51%-
HSV(B)136.36º6.47%66.67%-
XYZ35.1938.7339.8-
YUV165.8125.86123.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 162 (63.67% from 255) = 32.99%
R=32.38%
G=34.62%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701620.0600.050.33136.366.0864.51
Hex9FAAA26052188641
Octal237252242605412106101
Binary1001111110101010101000101100101100001100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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