#97A49C

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

Shades of Edward #97A49C

Tints of Edward #97A49C

Color information

#97A49C (or 0x97A49C) is unknown color: approx Edward. HEX triplet: 97, A4 and 9C. RGB value is (151,164,156). Sum of RGB (Red+Green+Blue) = 151+164+156=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #97A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A49C is #685B63. Grayscale: #9F9F9F. Windows color (decimal): -6839140 or 10265751. OLE color: 10265751.

HSL color Cylindrical-coordinate representation of color #97A49C: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97A49C is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB151164156-
CMYK0.0800.050.36
HSL143.08º6.67%61.76%-
HSV(B)143.08º7.93%64.31%-
XYZ32.0435.5336.62-
YUV159.2126.19122.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=32.06%
G=34.82%
B=33.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641560.0800.050.36143.086.6761.76
Hex97A49C805248f73e
Octal227244234100544217776
Binary1001011110100100100111001000010110010010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A49C; }

 p { color: rgb(151,164,156); }

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

<style>
 a { background-color: #97A49C; }

 a { background-color: rgb(151,164,156); }

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

<style>
 span { border-color: #97A49C; }

 span { border-color: rgb(151,164,156); }

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