#9FA7AC

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

Shades of Grey Chateau #9FA7AC

Tints of Grey Chateau #9FA7AC

Color information

#9FA7AC (or 0x9FA7AC) is unknown color: approx Grey Chateau. HEX triplet: 9F, A7 and AC. RGB value is (159,167,172). Sum of RGB (Red+Green+Blue) = 159+167+172=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #9FA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA7AC is #605853. Grayscale: #A5A5A5. Windows color (decimal): -6314068 or 11315103. OLE color: 11315103.

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

Color convert

RGB159167172-
CMYK0.080.0300.33
HSL203.08º7.26%64.9%-
HSV(B)203.08º7.56%67.45%-
XYZ35.5637.9944.49-
YUV165.18131.85123.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591671720.080.0300.33203.087.2664.9
Hex9FA7AC83021cb741
Octal2372472541030413137101
Binary1001111110100111101011001000110100001110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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