#9AA99C

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

Shades of Edward #9AA99C

Tints of Edward #9AA99C

Color information

#9AA99C (or 0x9AA99C) is unknown color: approx Edward. HEX triplet: 9A, A9 and 9C. RGB value is (154,169,156). Sum of RGB (Red+Green+Blue) = 154+169+156=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA99C is #655663. Grayscale: #A3A3A3. Windows color (decimal): -6641252 or 10267034. OLE color: 10267034.

HSL color Cylindrical-coordinate representation of color #9AA99C: hue angle of 128º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AA99C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB154169156-
CMYK0.0900.080.34
HSL128º8.02%63.33%-
HSV(B)128º8.88%66.27%-
XYZ33.5237.6536.95-
YUV163.03124.03121.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=32.15%
G=35.28%
B=32.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691560.0900.080.341288.0263.33
Hex9AA99C908228083f
Octal23225123411010422001077
Binary100110101010100110011100100101000100010100000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,156); }

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

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

 a { background-color: rgb(154,169,156); }

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

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

 span { border-color: rgb(154,169,156); }

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