#95AFA4

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

Shades of Tower Grey #95AFA4

Tints of Tower Grey #95AFA4

Color information

#95AFA4 (or 0x95AFA4) is unknown color: approx Tower Grey. HEX triplet: 95, AF and A4. RGB value is (149,175,164). Sum of RGB (Red+Green+Blue) = 149+175+164=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFA4 is #6A505B. Grayscale: #A5A5A5. Windows color (decimal): -6967388 or 10792853. OLE color: 10792853.

HSL color Cylindrical-coordinate representation of color #95AFA4: hue angle of 154.62º 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 #95AFA4 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB149175164-
CMYK0.1500.060.31
HSL154.62º13.98%63.53%-
HSV(B)154.62º14.86%68.63%-
XYZ34.4339.7340.98-
YUV165.97126.89115.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=30.53%
G=35.86%
B=33.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751640.1500.060.31154.6213.9863.53
Hex95AFA4F061F9be40
Octal22525724417063723316100
Binary10010101101011111010010011110110111111001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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