#95A3A1

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

Shades of Hit Grey #95A3A1

Tints of Hit Grey #95A3A1

Color information

#95A3A1 (or 0x95A3A1) is unknown color: approx Hit Grey. HEX triplet: 95, A3 and A1. RGB value is (149,163,161). Sum of RGB (Red+Green+Blue) = 149+163+161=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 163 - color contains mainly: green. Hex color #95A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A3A1 is #6A5C5E. Grayscale: #9E9E9E. Windows color (decimal): -6970463 or 10593173. OLE color: 10593173.

HSL color Cylindrical-coordinate representation of color #95A3A1: hue angle of 171.43º degrees, saturation: 0.07, 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 #95A3A1 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB149163161-
CMYK0.0900.010.36
HSL171.43º7.07%61.18%-
HSV(B)171.43º8.59%63.92%-
XYZ31.9235.1638.82-
YUV158.59129.36121.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=31.50%
G=34.46%
B=34.04%

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
Decimal1491631610.0900.010.36171.437.0761.18
Hex95A3A190124ab73d
Octal225243241110144253775
Binary10010101101000111010000110010110010010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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