#94A899

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

Shades of Edward #94A899

Tints of Edward #94A899

Color information

#94A899 (or 0x94A899) is unknown color: approx Edward. HEX triplet: 94, A8 and 99. RGB value is (148,168,153). Sum of RGB (Red+Green+Blue) = 148+168+153=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 168 - color contains mainly: green. Hex color #94A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A899 is #6B5766. Grayscale: #A0A0A0. Windows color (decimal): -7034727 or 10070164. OLE color: 10070164.

HSL color Cylindrical-coordinate representation of color #94A899: hue angle of 135º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A899 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB148168153-
CMYK0.1200.090.34
HSL135º10.31%61.96%-
HSV(B)135º11.9%65.88%-
XYZ31.9736.635.52-
YUV160.31123.87119.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=31.56%
G=35.82%
B=32.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681530.1200.090.3413510.3161.96
Hex94A899C092287a3e
Octal22425023114011422071276
Binary100101001010100010011001110001001100010100001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A899; }

 p { color: rgb(148,168,153); }

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

<style>
 a { background-color: #94A899; }

 a { background-color: rgb(148,168,153); }

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

<style>
 span { border-color: #94A899; }

 span { border-color: rgb(148,168,153); }

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