#97AEAE

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

Shades of Hit Grey #97AEAE

Tints of Hit Grey #97AEAE

Color information

#97AEAE (or 0x97AEAE) is unknown color: approx Hit Grey. HEX triplet: 97, AE and AE. RGB value is (151,174,174). Sum of RGB (Red+Green+Blue) = 151+174+174=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #97AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AEAE is #685151. Grayscale: #A7A7A7. Windows color (decimal): -6836562 or 11447959. OLE color: 11447959.

HSL color Cylindrical-coordinate representation of color #97AEAE: hue angle of 180º 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 #97AEAE is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151174174-
CMYK0.13000.32
HSL180º12.43%63.73%-
HSV(B)180º13.22%68.24%-
XYZ35.5439.9145.87-
YUV167.12131.88116.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=30.26%
G=34.87%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511741740.13000.3218012.4363.73
Hex97AEAED0020b4c40
Octal22725625615004026414100
Binary1001011110101110101011101101001000001011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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