#95ACA2

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

Shades of Tower Grey #95ACA2

Tints of Tower Grey #95ACA2

Color information

#95ACA2 (or 0x95ACA2) is unknown color: approx Tower Grey. HEX triplet: 95, AC and A2. RGB value is (149,172,162). Sum of RGB (Red+Green+Blue) = 149+172+162=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #95ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ACA2 is #6A535D. Grayscale: #A3A3A3. Windows color (decimal): -6968158 or 10661013. OLE color: 10661013.

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

Color convert

RGB149172162-
CMYK0.1300.060.33
HSL153.91º12.17%62.94%-
HSV(B)153.91º13.37%67.45%-
XYZ33.6738.539.84-
YUV163.98126.88117.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 162 (63.67% from 255) = 33.54%
R=30.85%
G=35.61%
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
Decimal1491721620.1300.060.33153.9112.1762.94
Hex95ACA2D06219ac3f
Octal2252542421506412321477
Binary10010101101011001010001011010110100001100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ACA2; }

 p { color: rgb(149,172,162); }

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

<style>
 a { background-color: #95ACA2; }

 a { background-color: rgb(149,172,162); }

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

<style>
 span { border-color: #95ACA2; }

 span { border-color: rgb(149,172,162); }

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