#A8AAAA

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

Shades of Hit Grey #A8AAAA

Tints of Hit Grey #A8AAAA

Color information

#A8AAAA (or 0xA8AAAA) is unknown color: approx Hit Grey. HEX triplet: A8, AA and AA. RGB value is (168,170,170). Sum of RGB (Red+Green+Blue) = 168+170+170=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A8AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAAA is #575555. Grayscale: #A9A9A9. Windows color (decimal): -5723478 or 11184808. OLE color: 11184808.

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

Color convert

RGB168170170-
CMYK0.01000.33
HSL180º1.16%66.27%-
HSV(B)180º1.18%66.67%-
XYZ37.7839.9843.76-
YUV169.4128.34127-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=33.07%
G=33.46%
B=33.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701700.01000.331801.1666.27
HexA8AAAA10021b4142
Octal250252252100412641102
Binary1010100010101010101010101001000011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAAA; }

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

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

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

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

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

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

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

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