#9FAAA1

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

Shades of Edward #9FAAA1

Tints of Edward #9FAAA1

Color information

#9FAAA1 (or 0x9FAAA1) is unknown color: approx Edward. HEX triplet: 9F, AA and A1. RGB value is (159,170,161). Sum of RGB (Red+Green+Blue) = 159+170+161=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAA1 is #60555E. Grayscale: #A5A5A5. Windows color (decimal): -6313311 or 10594975. OLE color: 10594975.

HSL color Cylindrical-coordinate representation of color #9FAAA1: hue angle of 130.91º 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 #9FAAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB159170161-
CMYK0.0600.050.33
HSL130.91º6.08%64.51%-
HSV(B)130.91º6.47%66.67%-
XYZ35.1138.6939.34-
YUV165.68125.36123.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=32.45%
G=34.69%
B=32.86%

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
Decimal1591701610.0600.050.33130.916.0864.51
Hex9FAAA16052183641
Octal237252241605412036101
Binary1001111110101010101000011100101100001100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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