#9AA49D

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

Shades of Edward #9AA49D

Tints of Edward #9AA49D

Color information

#9AA49D (or 0x9AA49D) is unknown color: approx Edward. HEX triplet: 9A, A4 and 9D. RGB value is (154,164,157). Sum of RGB (Red+Green+Blue) = 154+164+157=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA49D is #655B62. Grayscale: #A0A0A0. Windows color (decimal): -6642531 or 10331290. OLE color: 10331290.

HSL color Cylindrical-coordinate representation of color #9AA49D: hue angle of 138º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9AA49D is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB154164157-
CMYK0.0600.040.36
HSL138º5.21%62.35%-
HSV(B)138º6.1%64.31%-
XYZ32.6935.8637.1-
YUV160.21126.19123.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=32.42%
G=34.53%
B=33.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641570.0600.040.361385.2162.35
Hex9AA49D604248a53e
Octal23224423560444212576
Binary100110101010010010011101110010010010010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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