#94ABA2

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

Shades of Tower Grey #94ABA2

Tints of Tower Grey #94ABA2

Color information

#94ABA2 (or 0x94ABA2) is unknown color: approx Tower Grey. HEX triplet: 94, AB and A2. RGB value is (148,171,162). Sum of RGB (Red+Green+Blue) = 148+171+162=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #94ABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABA2 is #6B545D. Grayscale: #A3A3A3. Windows color (decimal): -7033950 or 10660756. OLE color: 10660756.

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

Color convert

RGB148171162-
CMYK0.1300.050.33
HSL156.52º12.04%62.55%-
HSV(B)156.52º13.45%67.06%-
XYZ33.338.0339.77-
YUV163.1127.38117.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=30.77%
G=35.55%
B=33.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711620.1300.050.33156.5212.0462.55
Hex94ABA2D05219dc3f
Octal2242532421505412351477
Binary10010100101010111010001011010101100001100111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,162); }

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

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

 a { background-color: rgb(148,171,162); }

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

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

 span { border-color: rgb(148,171,162); }

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