#A8AEAE

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

Shades of Hit Grey #A8AEAE

Tints of Hit Grey #A8AEAE

Color information

#A8AEAE (or 0xA8AEAE) is unknown color: approx Hit Grey. HEX triplet: A8, AE and AE. RGB value is (168,174,174). Sum of RGB (Red+Green+Blue) = 168+174+174=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A8AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEAE is #575151. Grayscale: #ACACAC. Windows color (decimal): -5722450 or 11447976. OLE color: 11447976.

HSL color Cylindrical-coordinate representation of color #A8AEAE: hue angle of 180º degrees, saturation: 0.04, 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 #A8AEAE is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168174174-
CMYK0.03000.32
HSL180º3.57%67.06%-
HSV(B)180º3.45%68.24%-
XYZ38.9241.6546.03-
YUV172.21129.01125-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=32.56%
G=33.72%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741740.03000.321803.5767.06
HexA8AEAE30020b4443
Octal250256256300402644103
Binary1010100010101110101011101100100000101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEAE; }

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

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

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

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

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

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

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

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