Html Css Color HEX #97ABA0 Tower Grey

📋 copy color: '#97ABA0'

red 151 ◦ green 171 ◦ blue 160

#97ABA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #97ABA0

Tints of Tower Grey #97ABA0

RGB

 RED value IS 151 (59.38% from 255) = 31.33%

 GREEN value IS 171 (67.19% from 255) = 35.48%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 31.33%
G = 35.48%
B = 33.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#97ABA0 (or 0x97ABA0) is known color: Tower Grey. HEX triplet: 97, AB and A0. RGB value is (151,171,160). Sum of RGB (Red+Green+Blue) = 151+171+160=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #97ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABA0 is #68545F. Grayscale: #A3A3A3. Windows color (decimal): -6837344 or 10529687. OLE color: 10529687.

HSL color Cylindrical-coordinate representation of color #97ABA0: hue angle of 147º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97ABA0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 171 160 -
CMYK 0.12 0 0.06 0.33
HSL 147º 0.11% 0.63% -
HSV(B) 147º 0.12% 0.67% -
XYZ 33.67 38.24 38.86 -
YUV 163.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 151 171 160 0.12 0 0.06 0.33 147 0.11 0.63
Hex 97 AB A0 C 0 6 21 93 B 3F
Octal 227 253 240 14 0 6 41 223 13 77
Binary 10010111 10101011 10100000 1100 0 110 100001 10010011 1011 111111

Color Harmonies of #97ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABA0

Black with #97ABA0

Text Example


Text Example

White with #97ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,171,160); }

 H1.HeaderClassName
 {
   color: #97ABA0;
 }
 .AnyTagClassName
 {
   color: #97ABA0;
 }
</style>

background-color css

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

 a { background-color: rgb(151,171,160); }

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

border-color css

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

 span { border-color: rgb(151,171,160); }

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