#94ADA4

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

Shades of Tower Grey #94ADA4

Tints of Tower Grey #94ADA4

Color information

#94ADA4 (or 0x94ADA4) is unknown color: approx Tower Grey. HEX triplet: 94, AD and A4. RGB value is (148,173,164). Sum of RGB (Red+Green+Blue) = 148+173+164=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADA4 is #6B525B. Grayscale: #A4A4A4. Windows color (decimal): -7033436 or 10792340. OLE color: 10792340.

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

Color convert

RGB148173164-
CMYK0.1400.050.32
HSL158.4º13.23%62.94%-
HSV(B)158.4º14.45%67.84%-
XYZ33.8638.8640.84-
YUV164.5127.72116.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=30.52%
G=35.67%
B=33.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731640.1400.050.32158.413.2362.94
Hex94ADA4E05209ed3f
Octal2242552441605402361577
Binary10010100101011011010010011100101100000100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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