#9AA69D

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

Shades of Edward #9AA69D

Tints of Edward #9AA69D

Color information

#9AA69D (or 0x9AA69D) is unknown color: approx Edward. HEX triplet: 9A, A6 and 9D. RGB value is (154,166,157). Sum of RGB (Red+Green+Blue) = 154+166+157=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA69D is #655962. Grayscale: #A1A1A1. Windows color (decimal): -6642019 or 10331802. OLE color: 10331802.

HSL color Cylindrical-coordinate representation of color #9AA69D: hue angle of 135º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA69D is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB154166157-
CMYK0.0700.050.35
HSL135º6.32%62.75%-
HSV(B)135º7.23%65.1%-
XYZ33.0536.5837.22-
YUV161.39125.52122.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=32.29%
G=34.80%
B=32.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541661570.0700.050.351356.3262.75
Hex9AA69D705238763f
Octal23224623570543207677
Binary100110101010011010011101111010110001110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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