#9FA8AE

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

Shades of Grey Chateau #9FA8AE

Tints of Grey Chateau #9FA8AE

Color information

#9FA8AE (or 0x9FA8AE) is unknown color: approx Grey Chateau. HEX triplet: 9F, A8 and AE. RGB value is (159,168,174). Sum of RGB (Red+Green+Blue) = 159+168+174=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA8AE is #605751. Grayscale: #A5A5A5. Windows color (decimal): -6313810 or 11446431. OLE color: 11446431.

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

Color convert

RGB159168174-
CMYK0.090.0300.32
HSL204º8.47%65.29%-
HSV(B)204º8.62%68.24%-
XYZ35.9438.4345.57-
YUV165.99132.52123.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=31.74%
G=33.53%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591681740.090.0300.322048.4765.29
Hex9FA8AE93020cc841
Octal23725025611304031410101
Binary10011111101010001010111010011101000001100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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