#9FACA7

Color #9FACA7 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #9FACA7

Tints of Tower Grey #9FACA7

Color information

#9FACA7 (or 0x9FACA7) is unknown color: approx Tower Grey. HEX triplet: 9F, AC and A7. RGB value is (159,172,167). Sum of RGB (Red+Green+Blue) = 159+172+167=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #9FACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACA7 is #605358. Grayscale: #A7A7A7. Windows color (decimal): -6312793 or 10988703. OLE color: 10988703.

HSL color Cylindrical-coordinate representation of color #9FACA7: hue angle of 156.92º 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 #9FACA7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB159172167-
CMYK0.0800.030.33
HSL156.92º7.26%64.9%-
HSV(B)156.92º7.56%67.45%-
XYZ36.0339.6742.32-
YUV167.54127.69121.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=31.93%
G=34.54%
B=33.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721670.0800.030.33156.927.2664.9
Hex9FACA7803219d741
Octal2372542471003412357101
Binary1001111110101100101001111000011100001100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FACA7;
 }
 .AnyTagClassName
 {
   color: #9FACA7;
 }
</style>
background-color css

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

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

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

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

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

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