#93A8A5

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

Shades of Hit Grey #93A8A5

Tints of Hit Grey #93A8A5

Color information

#93A8A5 (or 0x93A8A5) is unknown color: approx Hit Grey. HEX triplet: 93, A8 and A5. RGB value is (147,168,165). Sum of RGB (Red+Green+Blue) = 147+168+165=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #93A8A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8A5 is #6C575A. Grayscale: #A1A1A1. Windows color (decimal): -7100251 or 10856595. OLE color: 10856595.

HSL color Cylindrical-coordinate representation of color #93A8A5: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A8A5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB147168165-
CMYK0.1300.020.34
HSL171.43º10.77%61.76%-
HSV(B)171.43º12.5%65.88%-
XYZ32.8336.9240.99-
YUV161.38130.04117.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.62%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=30.62%
G=35%
B=34.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1471681650.1300.020.34171.4310.7761.76
Hex93A8A5D0222abb3e
Octal2232502451502422531376
Binary1001001110101000101001011101010100010101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A8A5; }

 p { color: rgb(147,168,165); }

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

<style>
 a { background-color: #93A8A5; }

 a { background-color: rgb(147,168,165); }

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

<style>
 span { border-color: #93A8A5; }

 span { border-color: rgb(147,168,165); }

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