#A6AEAE

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

Shades of Hit Grey #A6AEAE

Tints of Hit Grey #A6AEAE

Color information

#A6AEAE (or 0xA6AEAE) is unknown color: approx Hit Grey. HEX triplet: A6, AE and AE. RGB value is (166,174,174). Sum of RGB (Red+Green+Blue) = 166+174+174=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A6AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEAE is #595151. Grayscale: #ABABAB. Windows color (decimal): -5853522 or 11447974. OLE color: 11447974.

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

Color convert

RGB166174174-
CMYK0.05000.32
HSL180º4.71%66.67%-
HSV(B)180º4.6%68.24%-
XYZ38.541.4446.01-
YUV171.61129.35124-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=32.30%
G=33.85%
B=33.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741740.05000.321804.7166.67
HexA6AEAE50020b4543
Octal246256256500402645103
Binary10100110101011101010111010100100000101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEAE; }

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

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

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

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

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

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

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

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