#95AFA1

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

Shades of Tower Grey #95AFA1

Tints of Tower Grey #95AFA1

Color information

#95AFA1 (or 0x95AFA1) is unknown color: approx Tower Grey. HEX triplet: 95, AF and A1. RGB value is (149,175,161). Sum of RGB (Red+Green+Blue) = 149+175+161=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFA1 is #6A505E. Grayscale: #A5A5A5. Windows color (decimal): -6967391 or 10596245. OLE color: 10596245.

HSL color Cylindrical-coordinate representation of color #95AFA1: hue angle of 147.69º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AFA1 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB149175161-
CMYK0.1500.080.31
HSL147.69º13.98%63.53%-
HSV(B)147.69º14.86%68.63%-
XYZ34.1639.6239.57-
YUV165.63125.39116.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=30.72%
G=36.08%
B=33.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751610.1500.080.31147.6913.9863.53
Hex95AFA1F081F94e40
Octal225257241170103722416100
Binary100101011010111110100001111101000111111001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,161); }

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

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

 a { background-color: rgb(149,175,161); }

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

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

 span { border-color: rgb(149,175,161); }

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