Html Css Color HEX #97ABA2 Tower Grey

📋 copy color: '#97ABA2'

red 151 ◦ green 171 ◦ blue 162

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

Shades of Tower Grey #97ABA2

Tints of Tower Grey #97ABA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.47%

R = 31.2%
G = 35.33%
B = 33.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#97ABA2 (or 0x97ABA2) is known color: Tower Grey. HEX triplet: 97, AB and A2. RGB value is (151,171,162). Sum of RGB (Red+Green+Blue) = 151+171+162=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #97ABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABA2 is #68545D. Grayscale: #A4A4A4. Windows color (decimal): -6837342 or 10660759. OLE color: 10660759.

HSL color Cylindrical-coordinate representation of color #97ABA2: hue angle of 153º 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 #97ABA2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 171 162 -
CMYK 0.12 0 0.05 0.33
HSL 153º 0.11% 0.63% -
HSV(B) 153º 0.12% 0.67% -
XYZ 33.85 38.31 39.79 -
YUV 163.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 151 171 162 0.12 0 0.05 0.33 153 0.11 0.63
Hex 97 AB A2 C 0 5 21 99 B 3F
Octal 227 253 242 14 0 5 41 231 13 77
Binary 10010111 10101011 10100010 1100 0 101 100001 10011001 1011 111111

Color Harmonies of #97ABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABA2

Black with #97ABA2

Text Example


Text Example

White with #97ABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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