#95A4A2

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

Shades of Hit Grey #95A4A2

Tints of Hit Grey #95A4A2

Color information

#95A4A2 (or 0x95A4A2) is unknown color: approx Hit Grey. HEX triplet: 95, A4 and A2. RGB value is (149,164,162). Sum of RGB (Red+Green+Blue) = 149+164+162=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 164 - color contains mainly: green. Hex color #95A4A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A4A2 is #6A5B5D. Grayscale: #9F9F9F. Windows color (decimal): -6970206 or 10658965. OLE color: 10658965.

HSL color Cylindrical-coordinate representation of color #95A4A2: hue angle of 172º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A4A2 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB149164162-
CMYK0.0900.010.36
HSL172º7.61%61.37%-
HSV(B)172º9.15%64.31%-
XYZ32.1935.5539.35-
YUV159.29129.53120.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=31.37%
G=34.53%
B=34.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641620.0900.010.361727.6161.37
Hex95A4A290124ac83d
Octal2252442421101442541075
Binary100101011010010010100010100101100100101011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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