#94A9A0

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

Shades of Tower Grey #94A9A0

Tints of Tower Grey #94A9A0

Color information

#94A9A0 (or 0x94A9A0) is unknown color: approx Tower Grey. HEX triplet: 94, A9 and A0. RGB value is (148,169,160). Sum of RGB (Red+Green+Blue) = 148+169+160=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #94A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A9A0 is #6B565F. Grayscale: #A1A1A1. Windows color (decimal): -7034464 or 10529172. OLE color: 10529172.

HSL color Cylindrical-coordinate representation of color #94A9A0: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A9A0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB148169160-
CMYK0.1200.050.34
HSL154.29º10.88%62.16%-
HSV(B)154.29º12.43%66.27%-
XYZ32.7537.2138.71-
YUV161.7127.04118.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=31.03%
G=35.43%
B=33.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481691600.1200.050.34154.2910.8862.16
Hex94A9A0C05229ab3e
Octal2242512401405422321376
Binary10010100101010011010000011000101100010100110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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