#99AE9D

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

Shades of Edward #99AE9D

Tints of Edward #99AE9D

Color information

#99AE9D (or 0x99AE9D) is unknown color: approx Edward. HEX triplet: 99, AE and 9D. RGB value is (153,174,157). Sum of RGB (Red+Green+Blue) = 153+174+157=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE9D is #665162. Grayscale: #A5A5A5. Windows color (decimal): -6705507 or 10333849. OLE color: 10333849.

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

Color convert

RGB153174157-
CMYK0.1200.100.32
HSL131.43º11.48%64.12%-
HSV(B)131.43º12.07%68.24%-
XYZ34.3639.4837.71-
YUV165.78123.04118.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=31.61%
G=35.95%
B=32.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741570.1200.100.32131.4311.4864.12
Hex99AE9DC0A2083b40
Octal231256235140124020313100
Binary1001100110101110100111011100010101000001000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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