#97A49D

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

Shades of Tower Grey #97A49D

Tints of Tower Grey #97A49D

Color information

#97A49D (or 0x97A49D) is unknown color: approx Tower Grey. HEX triplet: 97, A4 and 9D. RGB value is (151,164,157). Sum of RGB (Red+Green+Blue) = 151+164+157=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #97A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A49D is #685B62. Grayscale: #9F9F9F. Windows color (decimal): -6839139 or 10331287. OLE color: 10331287.

HSL color Cylindrical-coordinate representation of color #97A49D: hue angle of 147.69º 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 #97A49D is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB151164157-
CMYK0.0800.040.36
HSL147.69º6.67%61.76%-
HSV(B)147.69º7.93%64.31%-
XYZ32.1235.5637.07-
YUV159.32126.69122.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=31.99%
G=34.75%
B=33.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641570.0800.040.36147.696.6761.76
Hex97A49D804249473e
Octal227244235100444224776
Binary1001011110100100100111011000010010010010010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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