#94ABA1

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

Shades of Tower Grey #94ABA1

Tints of Tower Grey #94ABA1

Color information

#94ABA1 (or 0x94ABA1) is unknown color: approx Tower Grey. HEX triplet: 94, AB and A1. RGB value is (148,171,161). Sum of RGB (Red+Green+Blue) = 148+171+161=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #94ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABA1 is #6B545E. Grayscale: #A3A3A3. Windows color (decimal): -7033951 or 10595220. OLE color: 10595220.

HSL color Cylindrical-coordinate representation of color #94ABA1: hue angle of 153.91º 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 #94ABA1 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB148171161-
CMYK0.1300.060.33
HSL153.91º12.04%62.55%-
HSV(B)153.91º13.45%67.06%-
XYZ33.2137.9939.3-
YUV162.98126.88117.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=30.83%
G=35.62%
B=33.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711610.1300.060.33153.9112.0462.55
Hex94ABA1D06219ac3f
Octal2242532411506412321477
Binary10010100101010111010000111010110100001100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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