#93AAA7

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

Shades of Hit Grey #93AAA7

Tints of Hit Grey #93AAA7

Color information

#93AAA7 (or 0x93AAA7) is unknown color: approx Hit Grey. HEX triplet: 93, AA and A7. RGB value is (147,170,167). Sum of RGB (Red+Green+Blue) = 147+170+167=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #93AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAA7 is #6C5558. Grayscale: #A2A2A2. Windows color (decimal): -7099737 or 10988179. OLE color: 10988179.

HSL color Cylindrical-coordinate representation of color #93AAA7: hue angle of 172.17º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AAA7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB147170167-
CMYK0.1400.020.33
HSL172.17º11.92%62.16%-
HSV(B)172.17º13.53%66.67%-
XYZ33.3837.7442.08-
YUV162.78130.38116.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=30.37%
G=35.12%
B=34.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701670.1400.020.33172.1711.9262.16
Hex93AAA7E0221acc3e
Octal2232522471602412541476
Binary1001001110101010101001111110010100001101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,167); }

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

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

 a { background-color: rgb(147,170,167); }

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

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

 span { border-color: rgb(147,170,167); }

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