#9AAE9D

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

Shades of Edward #9AAE9D

Tints of Edward #9AAE9D

Color information

#9AAE9D (or 0x9AAE9D) is unknown color: approx Edward. HEX triplet: 9A, AE and 9D. RGB value is (154,174,157). Sum of RGB (Red+Green+Blue) = 154+174+157=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE9D is #655162. Grayscale: #A6A6A6. Windows color (decimal): -6639971 or 10333850. OLE color: 10333850.

HSL color Cylindrical-coordinate representation of color #9AAE9D: hue angle of 129º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAE9D is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB154174157-
CMYK0.1100.100.32
HSL129º10.99%64.31%-
HSV(B)129º11.49%68.24%-
XYZ34.5539.5837.72-
YUV166.08122.87119.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=31.75%
G=35.88%
B=32.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741570.1100.100.3212910.9964.31
Hex9AAE9DB0A2081b40
Octal232256235130124020113100
Binary1001101010101110100111011011010101000001000000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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