#94B0A1

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

Shades of Tower Grey #94B0A1

Tints of Tower Grey #94B0A1

Color information

#94B0A1 (or 0x94B0A1) is unknown color: approx Tower Grey. HEX triplet: 94, B0 and A1. RGB value is (148,176,161). Sum of RGB (Red+Green+Blue) = 148+176+161=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #94B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B0A1 is #6B4F5E. Grayscale: #A5A5A5. Windows color (decimal): -7032671 or 10596500. OLE color: 10596500.

HSL color Cylindrical-coordinate representation of color #94B0A1: hue angle of 147.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B0A1 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB148176161-
CMYK0.1600.090.31
HSL147.86º15.05%63.53%-
HSV(B)147.86º15.91%69.02%-
XYZ34.1739.9239.62-
YUV165.92125.22115.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=30.52%
G=36.29%
B=33.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761610.1600.090.31147.8615.0563.53
Hex94B0A110091F94f40
Octal224260241200113722417100
Binary1001010010110000101000011000001001111111001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,161); }

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

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

 a { background-color: rgb(148,176,161); }

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

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

 span { border-color: rgb(148,176,161); }

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