#97AEAD

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

Shades of Hit Grey #97AEAD

Tints of Hit Grey #97AEAD

Color information

#97AEAD (or 0x97AEAD) is unknown color: approx Hit Grey. HEX triplet: 97, AE and AD. RGB value is (151,174,173). Sum of RGB (Red+Green+Blue) = 151+174+173=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #97AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AEAD is #685152. Grayscale: #A6A6A6. Windows color (decimal): -6836563 or 11382423. OLE color: 11382423.

HSL color Cylindrical-coordinate representation of color #97AEAD: hue angle of 177.39º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97AEAD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB151174173-
CMYK0.1300.010.32
HSL177.39º12.43%63.73%-
HSV(B)177.39º13.22%68.24%-
XYZ35.4439.8745.36-
YUV167.01131.38116.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=30.32%
G=34.94%
B=34.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511741730.1300.010.32177.3912.4363.73
Hex97AEADD0120b1c40
Octal22725625515014026114100
Binary1001011110101110101011011101011000001011000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,173); }

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

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

 a { background-color: rgb(151,174,173); }

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

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

 span { border-color: rgb(151,174,173); }

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