#ACADAD

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

Shades of Hit Grey #ACADAD

Tints of Hit Grey #ACADAD

Color information

#ACADAD (or 0xACADAD) is unknown color: approx Hit Grey. HEX triplet: AC, AD and AD. RGB value is (172,173,173). Sum of RGB (Red+Green+Blue) = 172+173+173=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #ACADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADAD is #535252. Grayscale: #ACACAC. Windows color (decimal): -5460563 or 11382188. OLE color: 11382188.

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

Color convert

RGB172173173-
CMYK0.01000.32
HSL180º0.61%67.65%-
HSV(B)180º0.58%67.84%-
XYZ39.541.6745.5-
YUV172.7128.17127.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=33.20%
G=33.40%
B=33.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731730.01000.321800.6167.65
HexACADAD10020b4144
Octal254255255100402641104
Binary1010110010101101101011011001000001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADAD; }

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

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

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

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

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

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

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

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