#9EA9A6

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

Shades of Hit Grey #9EA9A6

Tints of Hit Grey #9EA9A6

Color information

#9EA9A6 (or 0x9EA9A6) is unknown color: approx Hit Grey. HEX triplet: 9E, A9 and A6. RGB value is (158,169,166). Sum of RGB (Red+Green+Blue) = 158+169+166=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9A6 is #615659. Grayscale: #A5A5A5. Windows color (decimal): -6379098 or 10922398. OLE color: 10922398.

HSL color Cylindrical-coordinate representation of color #9EA9A6: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA9A6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB158169166-
CMYK0.0700.020.34
HSL163.64º6.01%64.12%-
HSV(B)163.64º6.51%66.27%-
XYZ35.1738.441.63-
YUV165.37128.36122.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=32.05%
G=34.28%
B=33.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691660.0700.020.34163.646.0164.12
Hex9EA9A670222a4640
Octal236251246702422446100
Binary100111101010100110100110111010100010101001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA9A6; }

 p { color: rgb(158,169,166); }

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

<style>
 a { background-color: #9EA9A6; }

 a { background-color: rgb(158,169,166); }

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

<style>
 span { border-color: #9EA9A6; }

 span { border-color: rgb(158,169,166); }

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