#94AAA0

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

Shades of Tower Grey #94AAA0

Tints of Tower Grey #94AAA0

Color information

#94AAA0 (or 0x94AAA0) is unknown color: approx Tower Grey. HEX triplet: 94, AA and A0. RGB value is (148,170,160). Sum of RGB (Red+Green+Blue) = 148+170+160=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #94AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AAA0 is #6B555F. Grayscale: #A2A2A2. Windows color (decimal): -7034208 or 10529428. OLE color: 10529428.

HSL color Cylindrical-coordinate representation of color #94AAA0: hue angle of 152.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AAA0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB148170160-
CMYK0.1300.060.33
HSL152.73º11.46%62.35%-
HSV(B)152.73º12.94%66.67%-
XYZ32.9337.5838.78-
YUV162.28126.71117.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=30.96%
G=35.56%
B=33.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701600.1300.060.33152.7311.4662.35
Hex94AAA0D062199b3e
Octal2242522401506412311376
Binary10010100101010101010000011010110100001100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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