#94ADAD

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

Shades of Hit Grey #94ADAD

Tints of Hit Grey #94ADAD

Color information

#94ADAD (or 0x94ADAD) is unknown color: approx Hit Grey. HEX triplet: 94, AD and AD. RGB value is (148,173,173). Sum of RGB (Red+Green+Blue) = 148+173+173=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #94ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAD is #6B5252. Grayscale: #A5A5A5. Windows color (decimal): -7033427 or 11382164. OLE color: 11382164.

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

Color convert

RGB148173173-
CMYK0.14000.32
HSL180º13.23%62.94%-
HSV(B)180º14.45%67.84%-
XYZ34.739.245.27-
YUV165.52132.22115.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=29.96%
G=35.02%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731730.14000.3218013.2362.94
Hex94ADADE0020b4d3f
Octal2242552551600402641577
Binary100101001010110110101101111000100000101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ADAD; }

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

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

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

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

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

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

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

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