#9FA7AE

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

Shades of Grey Chateau #9FA7AE

Tints of Grey Chateau #9FA7AE

Color information

#9FA7AE (or 0x9FA7AE) is unknown color: approx Grey Chateau. HEX triplet: 9F, A7 and AE. RGB value is (159,167,174). Sum of RGB (Red+Green+Blue) = 159+167+174=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA7AE is #605851. Grayscale: #A5A5A5. Windows color (decimal): -6314066 or 11446175. OLE color: 11446175.

HSL color Cylindrical-coordinate representation of color #9FA7AE: hue angle of 208º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA7AE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159167174-
CMYK0.090.0400.32
HSL208º8.47%65.29%-
HSV(B)208º8.62%68.24%-
XYZ35.7638.0645.51-
YUV165.41132.85123.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=31.8%
G=33.4%
B=34.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591671740.090.0400.322088.4765.29
Hex9FA7AE94020d0841
Octal23724725611404032010101
Binary100111111010011110101110100110001000001101000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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