#ABADAD

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

Shades of Hit Grey #ABADAD

Tints of Hit Grey #ABADAD

Color information

#ABADAD (or 0xABADAD) is unknown color: approx Hit Grey. HEX triplet: AB, AD and AD. RGB value is (171,173,173). Sum of RGB (Red+Green+Blue) = 171+173+173=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #ABADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAD is #545252. Grayscale: #ACACAC. Windows color (decimal): -5526099 or 11382187. OLE color: 11382187.

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

Color convert

RGB171173173-
CMYK0.01000.32
HSL180º1.2%67.45%-
HSV(B)180º1.16%67.84%-
XYZ39.2841.5645.49-
YUV172.4128.34127-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=33.08%
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.32
SystemRedGreenBlueCMYKHSL
Decimal1711731730.01000.321801.267.45
HexABADAD10020b4143
Octal253255255100402641103
Binary1010101110101101101011011001000001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADAD; }

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

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

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

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

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

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

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

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