Html Css Color HEX #9FA0A0 Hit Grey

📋 copy color: '#9FA0A0'

red 159 ◦ green 160 ◦ blue 160

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

Shades of Hit Grey #9FA0A0

Tints of Hit Grey #9FA0A0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 33.19%
G = 33.4%
B = 33.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9FA0A0 (or 0x9FA0A0) is known color: Hit Grey. HEX triplet: 9F, A0 and A0. RGB value is (159,160,160). Sum of RGB (Red+Green+Blue) = 159+160+160=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #9FA0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA0A0 is #605F5F. Grayscale: #9F9F9F. Windows color (decimal): -6315872 or 10526879. OLE color: 10526879.

HSL color Cylindrical-coordinate representation of color #9FA0A0: hue angle of 180º degrees, saturation: 0.01, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9FA0A0 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 160 160 -
CMYK 0.01 0 0 0.37
HSL 180º 0.01% 0.63% -
HSV(B) 180º 0.01% 0.63% -
XYZ 33.21 35.05 38.27 -
YUV 159.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 159 160 160 0.01 0 0 0.37 180 0.01 0.63
Hex 9F A0 A0 1 0 0 25 B4 1 3F
Octal 237 240 240 1 0 0 45 264 1 77
Binary 10011111 10100000 10100000 1 0 0 100101 10110100 1 111111

Color Harmonies of #9FA0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA0A0

Black with #9FA0A0

Text Example


Text Example

White with #9FA0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,160,160); }

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

background-color css

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

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

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

border-color css

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

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

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