Html Css Color HEX #97A9A5 Cascade

📋 copy color: '#97A9A5'

red 151 ◦ green 169 ◦ blue 165

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

Shades of Cascade #97A9A5

Tints of Cascade #97A9A5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 31.13%
G = 34.85%
B = 34.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#97A9A5 (or 0x97A9A5) is known color: Cascade. HEX triplet: 97, A9 and A5. RGB value is (151,169,165). Sum of RGB (Red+Green+Blue) = 151+169+165=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #97A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A9A5 is #68565A. Grayscale: #A3A3A3. Windows color (decimal): -6837851 or 10856855. OLE color: 10856855.

HSL color Cylindrical-coordinate representation of color #97A9A5: hue angle of 166.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 #97A9A5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 169 165 -
CMYK 0.11 0 0.02 0.34
HSL 166.67º 0.09% 0.63% -
HSV(B) 166.67º 0.11% 0.66% -
XYZ 33.74 37.67 41.09 -
YUV 163.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 151 169 165 0.11 0 0.02 0.34 166.67 0.09 0.63
Hex 97 A9 A5 B 0 2 22 A7 9 3F
Octal 227 251 245 13 0 2 42 247 11 77
Binary 10010111 10101001 10100101 1011 0 10 100010 10100111 1001 111111

Color Harmonies of #97A9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A9A5

Black with #97A9A5

Text Example


Text Example

White with #97A9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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