Html Css Color HEX #9FACA6 Tower Grey

📋 copy color: '#9FACA6'

red 159 ◦ green 172 ◦ blue 166

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

Shades of Tower Grey #9FACA6

Tints of Tower Grey #9FACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

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

R = 31.99%
G = 34.61%
B = 33.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#9FACA6 (or 0x9FACA6) is known color: Tower Grey. HEX triplet: 9F, AC and A6. RGB value is (159,172,166). Sum of RGB (Red+Green+Blue) = 159+172+166=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 172 - color contains mainly: green. Hex color #9FACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACA6 is #605359. Grayscale: #A7A7A7. Windows color (decimal): -6312794 or 10923167. OLE color: 10923167.

HSL color Cylindrical-coordinate representation of color #9FACA6: hue angle of 152.31º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FACA6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 166 -
CMYK 0.08 0 0.03 0.33
HSL 152.31º 0.07% 0.65% -
HSV(B) 152.31º 0.08% 0.67% -
XYZ 35.93 39.63 41.83 -
YUV 167.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 159 172 166 0.08 0 0.03 0.33 152.31 0.07 0.65
Hex 9F AC A6 8 0 3 21 98 7 41
Octal 237 254 246 10 0 3 41 230 7 101
Binary 10011111 10101100 10100110 1000 0 11 100001 10011000 111 1000001

Color Harmonies of #9FACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACA6

Black with #9FACA6

Text Example


Text Example

White with #9FACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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