#99AA9D

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

Shades of Edward #99AA9D

Tints of Edward #99AA9D

Color information

#99AA9D (or 0x99AA9D) is unknown color: approx Edward. HEX triplet: 99, AA and 9D. RGB value is (153,170,157). Sum of RGB (Red+Green+Blue) = 153+170+157=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9D is #665562. Grayscale: #A3A3A3. Windows color (decimal): -6706531 or 10332825. OLE color: 10332825.

HSL color Cylindrical-coordinate representation of color #99AA9D: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AA9D is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB153170157-
CMYK0.100.080.33
HSL134.12º9.09%63.33%-
HSV(B)134.12º10%66.67%-
XYZ33.637.9637.45-
YUV163.43124.37120.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=31.88%
G=35.42%
B=32.71%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701570.100.080.33134.129.0963.33
Hex99AA9DA08218693f
Octal23125223512010412061177
Binary100110011010101010011101101001000100001100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AA9D; }

 p { color: rgb(153,170,157); }

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

<style>
 a { background-color: #99AA9D; }

 a { background-color: rgb(153,170,157); }

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

<style>
 span { border-color: #99AA9D; }

 span { border-color: rgb(153,170,157); }

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