#9EAEAE

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

Shades of Hit Grey #9EAEAE

Tints of Hit Grey #9EAEAE

Color information

#9EAEAE (or 0x9EAEAE) is unknown color: approx Hit Grey. HEX triplet: 9E, AE and AE. RGB value is (158,174,174). Sum of RGB (Red+Green+Blue) = 158+174+174=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #9EAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEAE is #615151. Grayscale: #A9A9A9. Windows color (decimal): -6377810 or 11447966. OLE color: 11447966.

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

Color convert

RGB158174174-
CMYK0.09000.32
HSL180º8.99%65.1%-
HSV(B)180º9.2%68.24%-
XYZ36.8840.645.94-
YUV169.22130.7120-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=31.23%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741740.09000.321808.9965.1
Hex9EAEAE90020b4941
Octal23625625611004026411101
Binary1001111010101110101011101001001000001011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAEAE; }

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

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

<style>
 a { background-color: #9EAEAE; }

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

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

<style>
 span { border-color: #9EAEAE; }

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

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