#94B0A4

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

Shades of Tower Grey #94B0A4

Tints of Tower Grey #94B0A4

Color information

#94B0A4 (or 0x94B0A4) is unknown color: approx Tower Grey. HEX triplet: 94, B0 and A4. RGB value is (148,176,164). Sum of RGB (Red+Green+Blue) = 148+176+164=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #94B0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B0A4 is #6B4F5B. Grayscale: #A6A6A6. Windows color (decimal): -7032668 or 10793108. OLE color: 10793108.

HSL color Cylindrical-coordinate representation of color #94B0A4: hue angle of 154.29º 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 #94B0A4 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB148176164-
CMYK0.1600.070.31
HSL154.29º15.05%63.53%-
HSV(B)154.29º15.91%69.02%-
XYZ34.4440.0341.03-
YUV166.26126.72114.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=30.33%
G=36.07%
B=33.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761640.1600.070.31154.2915.0563.53
Hex94B0A410071F9af40
Octal22426024420073723217100
Binary100101001011000010100100100000111111111001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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