#97A49E

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

Shades of Tower Grey #97A49E

Tints of Tower Grey #97A49E

Color information

#97A49E (or 0x97A49E) is unknown color: approx Tower Grey. HEX triplet: 97, A4 and 9E. RGB value is (151,164,158). Sum of RGB (Red+Green+Blue) = 151+164+158=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 164 - color contains mainly: green. Hex color #97A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A49E is #685B61. Grayscale: #9F9F9F. Windows color (decimal): -6839138 or 10396823. OLE color: 10396823.

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

Color convert

RGB151164158-
CMYK0.0800.040.36
HSL152.31º6.67%61.76%-
HSV(B)152.31º7.93%64.31%-
XYZ32.2135.637.52-
YUV159.43127.19121.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=31.92%
G=34.67%
B=33.40%

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
Decimal1511641580.0800.040.36152.316.6761.76
Hex97A49E804249873e
Octal227244236100444230776
Binary1001011110100100100111101000010010010010011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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