#93AEAE

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

Shades of Hit Grey #93AEAE

Tints of Hit Grey #93AEAE

Color information

#93AEAE (or 0x93AEAE) is unknown color: approx Hit Grey. HEX triplet: 93, AE and AE. RGB value is (147,174,174). Sum of RGB (Red+Green+Blue) = 147+174+174=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #93AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEAE is #6C5151. Grayscale: #A5A5A5. Windows color (decimal): -7098706 or 11447955. OLE color: 11447955.

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

Color convert

RGB147174174-
CMYK0.16000.32
HSL180º14.29%62.94%-
HSV(B)180º15.52%68.24%-
XYZ34.8139.5345.84-
YUV165.93132.55114.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=29.70%
G=35.15%
B=35.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471741740.16000.3218014.2962.94
Hex93AEAE100020b4e3f
Octal2232562562000402641677
Binary1001001110101110101011101000000100000101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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