#A8ABAB

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

Shades of Hit Grey #A8ABAB

Tints of Hit Grey #A8ABAB

Color information

#A8ABAB (or 0xA8ABAB) is unknown color: approx Hit Grey. HEX triplet: A8, AB and AB. RGB value is (168,171,171). Sum of RGB (Red+Green+Blue) = 168+171+171=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A8ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAB is #575454. Grayscale: #AAAAAA. Windows color (decimal): -5723221 or 11250600. OLE color: 11250600.

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

Color convert

RGB168171171-
CMYK0.02000.33
HSL180º1.75%66.47%-
HSV(B)180º1.75%67.06%-
XYZ38.0640.3944.32-
YUV170.1128.51126.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=32.94%
G=33.53%
B=33.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711710.02000.331801.7566.47
HexA8ABAB20021b4242
Octal250253253200412642102
Binary101010001010101110101011100010000110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABAB; }

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

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

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

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

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

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

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

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