#97A69E

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

Shades of Tower Grey #97A69E

Tints of Tower Grey #97A69E

Color information

#97A69E (or 0x97A69E) is unknown color: approx Tower Grey. HEX triplet: 97, A6 and 9E. RGB value is (151,166,158). Sum of RGB (Red+Green+Blue) = 151+166+158=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #97A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A69E is #685961. Grayscale: #A0A0A0. Windows color (decimal): -6838626 or 10397335. OLE color: 10397335.

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

Color convert

RGB151166158-
CMYK0.0900.050.35
HSL148º7.77%62.16%-
HSV(B)148º9.04%65.1%-
XYZ32.5736.3237.64-
YUV160.6126.53121.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=31.79%
G=34.95%
B=33.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511661580.0900.050.351487.7762.16
Hex97A69E905239483e
Octal2272462361105432241076
Binary10010111101001101001111010010101100011100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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