#93ADAD

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

Shades of Hit Grey #93ADAD

Tints of Hit Grey #93ADAD

Color information

#93ADAD (or 0x93ADAD) is unknown color: approx Hit Grey. HEX triplet: 93, AD and AD. RGB value is (147,173,173). Sum of RGB (Red+Green+Blue) = 147+173+173=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #93ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAD is #6C5252. Grayscale: #A5A5A5. Windows color (decimal): -7098963 or 11382163. OLE color: 11382163.

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

Color convert

RGB147173173-
CMYK0.15000.32
HSL180º13.68%62.75%-
HSV(B)180º15.03%67.84%-
XYZ34.5239.1145.26-
YUV165.23132.39115-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=29.82%
G=35.09%
B=35.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731730.15000.3218013.6862.75
Hex93ADADF0020b4e3f
Octal2232552551700402641677
Binary100100111010110110101101111100100000101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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