#ABAEAE

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

Shades of Hit Grey #ABAEAE

Tints of Hit Grey #ABAEAE

Color information

#ABAEAE (or 0xABAEAE) is unknown color: approx Hit Grey. HEX triplet: AB, AE and AE. RGB value is (171,174,174). Sum of RGB (Red+Green+Blue) = 171+174+174=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #ABAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAE is #545151. Grayscale: #ADADAD. Windows color (decimal): -5525842 or 11447979. OLE color: 11447979.

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

Color convert

RGB171174174-
CMYK0.02000.32
HSL180º1.82%67.65%-
HSV(B)180º1.72%68.24%-
XYZ39.5741.9946.06-
YUV173.1128.51126.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=32.95%
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.32
SystemRedGreenBlueCMYKHSL
Decimal1711741740.02000.321801.8267.65
HexABAEAE20020b4244
Octal253256256200402642104
Binary101010111010111010101110100010000010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEAE; }

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

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

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

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

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

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

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

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