#A0AEAE

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

Shades of Hit Grey #A0AEAE

Tints of Hit Grey #A0AEAE

Color information

#A0AEAE (or 0xA0AEAE) is unknown color: approx Hit Grey. HEX triplet: A0, AE and AE. RGB value is (160,174,174). Sum of RGB (Red+Green+Blue) = 160+174+174=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A0AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AEAE is #5F5151. Grayscale: #A9A9A9. Windows color (decimal): -6246738 or 11447968. OLE color: 11447968.

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

Color convert

RGB160174174-
CMYK0.08000.32
HSL180º7.95%65.49%-
HSV(B)180º8.05%68.24%-
XYZ37.2740.845.96-
YUV169.81130.36121-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=31.50%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741740.08000.321807.9565.49
HexA0AEAE80020b4841
Octal24025625610004026410101
Binary1010000010101110101011101000001000001011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEAE; }

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

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

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

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

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

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

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

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