#9AAF9D

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

Shades of Edward #9AAF9D

Tints of Edward #9AAF9D

Color information

#9AAF9D (or 0x9AAF9D) is unknown color: approx Edward. HEX triplet: 9A, AF and 9D. RGB value is (154,175,157). Sum of RGB (Red+Green+Blue) = 154+175+157=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF9D is #655062. Grayscale: #A6A6A6. Windows color (decimal): -6639715 or 10334106. OLE color: 10334106.

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

Color convert

RGB154175157-
CMYK0.1200.100.31
HSL128.57º11.6%64.51%-
HSV(B)128.57º12%68.63%-
XYZ34.7439.9637.78-
YUV166.67122.54118.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=31.69%
G=36.01%
B=32.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751570.1200.100.31128.5711.664.51
Hex9AAF9DC0A1F81c41
Octal232257235140123720114101
Binary100110101010111110011101110001010111111000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,157); }

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

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

 a { background-color: rgb(154,175,157); }

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

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

 span { border-color: rgb(154,175,157); }

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