#A9AEAE

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

Shades of Hit Grey #A9AEAE

Tints of Hit Grey #A9AEAE

Color information

#A9AEAE (or 0xA9AEAE) is unknown color: approx Hit Grey. HEX triplet: A9, AE and AE. RGB value is (169,174,174). Sum of RGB (Red+Green+Blue) = 169+174+174=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A9AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEAE is #565151. Grayscale: #ACACAC. Windows color (decimal): -5656914 or 11447977. OLE color: 11447977.

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

Color convert

RGB169174174-
CMYK0.03000.32
HSL180º2.99%67.25%-
HSV(B)180º2.87%68.24%-
XYZ39.1441.7646.04-
YUV172.5128.84125.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=32.69%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741740.03000.321802.9967.25
HexA9AEAE30020b4343
Octal251256256300402643103
Binary101010011010111010101110110010000010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEAE; }

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

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

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

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

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

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

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

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