#94ADA0

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

Shades of Tower Grey #94ADA0

Tints of Tower Grey #94ADA0

Color information

#94ADA0 (or 0x94ADA0) is unknown color: approx Tower Grey. HEX triplet: 94, AD and A0. RGB value is (148,173,160). Sum of RGB (Red+Green+Blue) = 148+173+160=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADA0 is #6B525F. Grayscale: #A4A4A4. Windows color (decimal): -7033440 or 10530196. OLE color: 10530196.

HSL color Cylindrical-coordinate representation of color #94ADA0: hue angle of 148.8º 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 #94ADA0 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB148173160-
CMYK0.1400.080.32
HSL148.8º13.23%62.94%-
HSV(B)148.8º14.45%67.84%-
XYZ33.538.7238.97-
YUV164.04125.72116.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=30.77%
G=35.97%
B=33.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731600.1400.080.32148.813.2362.94
Hex94ADA0E082095d3f
Octal22425524016010402251577
Binary100101001010110110100000111001000100000100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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