#95A9A0

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

Shades of Tower Grey #95A9A0

Tints of Tower Grey #95A9A0

Color information

#95A9A0 (or 0x95A9A0) is unknown color: approx Tower Grey. HEX triplet: 95, A9 and A0. RGB value is (149,169,160). Sum of RGB (Red+Green+Blue) = 149+169+160=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #95A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A9A0 is #6A565F. Grayscale: #A2A2A2. Windows color (decimal): -6968928 or 10529173. OLE color: 10529173.

HSL color Cylindrical-coordinate representation of color #95A9A0: hue angle of 153º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A9A0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB149169160-
CMYK0.1200.050.34
HSL153º10.42%62.35%-
HSV(B)153º11.83%66.27%-
XYZ32.9337.338.72-
YUV161.99126.87118.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=31.17%
G=35.36%
B=33.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491691600.1200.050.3415310.4262.35
Hex95A9A0C052299a3e
Octal2252512401405422311276
Binary10010101101010011010000011000101100010100110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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