#95A8A0

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

Shades of Tower Grey #95A8A0

Tints of Tower Grey #95A8A0

Color information

#95A8A0 (or 0x95A8A0) is unknown color: approx Tower Grey. HEX triplet: 95, A8 and A0. RGB value is (149,168,160). Sum of RGB (Red+Green+Blue) = 149+168+160=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 168 - color contains mainly: green. Hex color #95A8A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A8A0 is #6A575F. Grayscale: #A1A1A1. Windows color (decimal): -6969184 or 10528917. OLE color: 10528917.

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

Color convert

RGB149168160-
CMYK0.1100.050.34
HSL154.74º9.84%62.16%-
HSV(B)154.74º11.31%65.88%-
XYZ32.7436.9338.66-
YUV161.41127.21119.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=31.24%
G=35.22%
B=33.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491681600.1100.050.34154.749.8462.16
Hex95A8A0B05229ba3e
Octal2252502401305422331276
Binary10010101101010001010000010110101100010100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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