#95AAA0

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

Shades of Tower Grey #95AAA0

Tints of Tower Grey #95AAA0

Color information

#95AAA0 (or 0x95AAA0) is unknown color: approx Tower Grey. HEX triplet: 95, AA and A0. RGB value is (149,170,160). Sum of RGB (Red+Green+Blue) = 149+170+160=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #95AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAA0 is #6A555F. Grayscale: #A2A2A2. Windows color (decimal): -6968672 or 10529429. OLE color: 10529429.

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

Color convert

RGB149170160-
CMYK0.1200.060.33
HSL151.43º10.99%62.55%-
HSV(B)151.43º12.35%66.67%-
XYZ33.1137.6838.78-
YUV162.58126.54118.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=31.11%
G=35.49%
B=33.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701600.1200.060.33151.4310.9962.55
Hex95AAA0C062197b3f
Octal2252522401406412271377
Binary10010101101010101010000011000110100001100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,160); }

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

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

 a { background-color: rgb(149,170,160); }

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

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

 span { border-color: rgb(149,170,160); }

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