#97A9A2

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

Shades of Tower Grey #97A9A2

Tints of Tower Grey #97A9A2

Color information

#97A9A2 (or 0x97A9A2) is unknown color: approx Tower Grey. HEX triplet: 97, A9 and A2. RGB value is (151,169,162). Sum of RGB (Red+Green+Blue) = 151+169+162=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 169 - color contains mainly: green. Hex color #97A9A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A9A2 is #68565D. Grayscale: #A2A2A2. Windows color (decimal): -6837854 or 10660247. OLE color: 10660247.

HSL color Cylindrical-coordinate representation of color #97A9A2: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97A9A2 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB151169162-
CMYK0.1100.040.34
HSL156.67º9.47%62.75%-
HSV(B)156.67º10.65%66.27%-
XYZ33.4737.5639.67-
YUV162.82127.54119.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 162 (63.67% from 255) = 33.61%
R=31.33%
G=35.06%
B=33.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511691620.1100.040.34156.679.4762.75
Hex97A9A2B04229d93f
Octal2272512421304422351177
Binary10010111101010011010001010110100100010100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,169,162); }

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

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

 a { background-color: rgb(151,169,162); }

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

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

 span { border-color: rgb(151,169,162); }

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