Html Css Color HEX #9FA6A3 Tower Grey

📋 copy color: '#9FA6A3'

red 159 ◦ green 166 ◦ blue 163

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

Shades of Tower Grey #9FA6A3

Tints of Tower Grey #9FA6A3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 163 (64.06% from 255) = 33.4%

R = 32.58%
G = 34.02%
B = 33.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#9FA6A3 (or 0x9FA6A3) is known color: Tower Grey. HEX triplet: 9F, A6 and A3. RGB value is (159,166,163). Sum of RGB (Red+Green+Blue) = 159+166+163=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6A3 is #60595C. Grayscale: #A3A3A3. Windows color (decimal): -6314333 or 10725023. OLE color: 10725023.

HSL color Cylindrical-coordinate representation of color #9FA6A3: hue angle of 154.29º degrees, saturation: 0.04, 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 #9FA6A3 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 163 -
CMYK 0.04 0 0.02 0.35
HSL 154.29º 0.04% 0.64% -
HSV(B) 154.29º 0.04% 0.65% -
XYZ 34.55 37.29 40.03 -
YUV 163.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 159 166 163 0.04 0 0.02 0.35 154.29 0.04 0.64
Hex 9F A6 A3 4 0 2 23 9A 4 40
Octal 237 246 243 4 0 2 43 232 4 100
Binary 10011111 10100110 10100011 100 0 10 100011 10011010 100 1000000

Color Harmonies of #9FA6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA6A3

Black with #9FA6A3

Text Example


Text Example

White with #9FA6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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