Html Css Color HEX #9FAFA6 Tower Grey

📋 copy color: '#9FAFA6'

red 159 ◦ green 175 ◦ blue 166

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

Shades of Tower Grey #9FAFA6

Tints of Tower Grey #9FAFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 31.8%
G = 35%
B = 33.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#9FAFA6 (or 0x9FAFA6) is known color: Tower Grey. HEX triplet: 9F, AF and A6. RGB value is (159,175,166). Sum of RGB (Red+Green+Blue) = 159+175+166=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA6 is #605059. Grayscale: #A9A9A9. Windows color (decimal): -6312026 or 10923935. OLE color: 10923935.

HSL color Cylindrical-coordinate representation of color #9FAFA6: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 166 -
CMYK 0.09 0 0.05 0.31
HSL 146.25º 0.09% 0.65% -
HSV(B) 146.25º 0.09% 0.69% -
XYZ 36.51 40.78 42.02 -
YUV 169.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 159 175 166 0.09 0 0.05 0.31 146.25 0.09 0.65
Hex 9F AF A6 9 0 5 1F 92 9 41
Octal 237 257 246 11 0 5 37 222 11 101
Binary 10011111 10101111 10100110 1001 0 101 11111 10010010 1001 1000001

Color Harmonies of #9FAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFA6

Black with #9FAFA6

Text Example


Text Example

White with #9FAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,166); }

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

background-color css

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

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

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

border-color css

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

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

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