#96AEAE

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

Shades of Hit Grey #96AEAE

Tints of Hit Grey #96AEAE

Color information

#96AEAE (or 0x96AEAE) is unknown color: approx Hit Grey. HEX triplet: 96, AE and AE. RGB value is (150,174,174). Sum of RGB (Red+Green+Blue) = 150+174+174=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #96AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAE is #695151. Grayscale: #A6A6A6. Windows color (decimal): -6902098 or 11447958. OLE color: 11447958.

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

Color convert

RGB150174174-
CMYK0.14000.32
HSL180º12.9%63.53%-
HSV(B)180º13.79%68.24%-
XYZ35.3539.8145.87-
YUV166.82132.05116-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=30.12%
G=34.94%
B=34.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741740.14000.3218012.963.53
Hex96AEAEE0020b4d40
Octal22625625616004026415100
Binary1001011010101110101011101110001000001011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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