#93ADAA

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

Shades of Hit Grey #93ADAA

Tints of Hit Grey #93ADAA

Color information

#93ADAA (or 0x93ADAA) is unknown color: approx Hit Grey. HEX triplet: 93, AD and AA. RGB value is (147,173,170). Sum of RGB (Red+Green+Blue) = 147+173+170=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAA is #6C5255. Grayscale: #A4A4A4. Windows color (decimal): -7098966 or 11185555. OLE color: 11185555.

HSL color Cylindrical-coordinate representation of color #93ADAA: hue angle of 173.08º 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 #93ADAA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB147173170-
CMYK0.1500.020.32
HSL173.08º13.68%62.75%-
HSV(B)173.08º15.03%67.84%-
XYZ34.2338.9943.75-
YUV164.88130.89115.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=30%
G=35.31%
B=34.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731700.1500.020.32173.0813.6862.75
Hex93ADAAF0220ade3f
Octal2232552521702402551677
Binary1001001110101101101010101111010100000101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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