#94ACA1

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

Shades of Tower Grey #94ACA1

Tints of Tower Grey #94ACA1

Color information

#94ACA1 (or 0x94ACA1) is unknown color: approx Tower Grey. HEX triplet: 94, AC and A1. RGB value is (148,172,161). Sum of RGB (Red+Green+Blue) = 148+172+161=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #94ACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ACA1 is #6B535E. Grayscale: #A3A3A3. Windows color (decimal): -7033695 or 10595476. OLE color: 10595476.

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

Color convert

RGB148172161-
CMYK0.1400.060.33
HSL152.5º12.63%62.75%-
HSV(B)152.5º13.95%67.45%-
XYZ33.438.3739.36-
YUV163.57126.55116.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=30.77%
G=35.76%
B=33.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721610.1400.060.33152.512.6362.75
Hex94ACA1E062198d3f
Octal2242542411606412301577
Binary10010100101011001010000111100110100001100110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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