Html Css Color HEX #9FA5A4 Hit Grey

📋 copy color: '#9FA5A4'

red 159 ◦ green 165 ◦ blue 164

#9FA5A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #9FA5A4

Tints of Hit Grey #9FA5A4

RGB

 RED value IS 159 (62.5% from 255) = 32.58%

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 32.58%
G = 33.81%
B = 33.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#9FA5A4 (or 0x9FA5A4) is known color: Hit Grey. HEX triplet: 9F, A5 and A4. RGB value is (159,165,164). Sum of RGB (Red+Green+Blue) = 159+165+164=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA5A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA5A4 is #605A5B. Grayscale: #A3A3A3. Windows color (decimal): -6314588 or 10790303. OLE color: 10790303.

HSL color Cylindrical-coordinate representation of color #9FA5A4: hue angle of 170º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA5A4 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 164 -
CMYK 0.04 0 0.01 0.35
HSL 170º 0.03% 0.64% -
HSV(B) 170º 0.04% 0.65% -
XYZ 34.45 36.96 40.44 -
YUV 163.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 159 165 164 0.04 0 0.01 0.35 170 0.03 0.64
Hex 9F A5 A4 4 0 1 23 AA 3 40
Octal 237 245 244 4 0 1 43 252 3 100
Binary 10011111 10100101 10100100 100 0 1 100011 10101010 11 1000000

Color Harmonies of #9FA5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5A4

Black with #9FA5A4

Text Example


Text Example

White with #9FA5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,164); }

 H1.HeaderClassName
 {
   color: #9FA5A4;
 }
 .AnyTagClassName
 {
   color: #9FA5A4;
 }
</style>

background-color css

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

 a { background-color: rgb(159,165,164); }

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

border-color css

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

 span { border-color: rgb(159,165,164); }

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