#9AAA9E

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

Shades of Edward #9AAA9E

Tints of Edward #9AAA9E

Color information

#9AAA9E (or 0x9AAA9E) is unknown color: approx Edward. HEX triplet: 9A, AA and 9E. RGB value is (154,170,158). Sum of RGB (Red+Green+Blue) = 154+170+158=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA9E is #655561. Grayscale: #A3A3A3. Windows color (decimal): -6640994 or 10398362. OLE color: 10398362.

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

Color convert

RGB154170158-
CMYK0.0900.070.33
HSL135º8.6%63.53%-
HSV(B)135º9.41%66.67%-
XYZ33.8738.0937.91-
YUV163.85124.7120.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=31.95%
G=35.27%
B=32.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701580.0900.070.331358.663.53
Hex9AAA9E9072187940
Octal23225223611074120711100
Binary100110101010101010011110100101111000011000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,158); }

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

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

 a { background-color: rgb(154,170,158); }

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

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

 span { border-color: rgb(154,170,158); }

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