#9FA3AA

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

Shades of Grey Chateau #9FA3AA

Tints of Grey Chateau #9FA3AA

Color information

#9FA3AA (or 0x9FA3AA) is unknown color: approx Grey Chateau. HEX triplet: 9F, A3 and AA. RGB value is (159,163,170). Sum of RGB (Red+Green+Blue) = 159+163+170=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA3AA is #605C55. Grayscale: #A2A2A2. Windows color (decimal): -6315094 or 11183007. OLE color: 11183007.

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

Color convert

RGB159163170-
CMYK0.060.0400.33
HSL218.18º6.08%64.51%-
HSV(B)218.18º6.47%66.67%-
XYZ34.6536.4743.24-
YUV162.6132.17125.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=32.32%
G=33.13%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591631700.060.0400.33218.186.0864.51
Hex9FA3AA64021da641
Octal237243252640413326101
Binary1001111110100011101010101101000100001110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,170); }

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

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

 a { background-color: rgb(159,163,170); }

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

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

 span { border-color: rgb(159,163,170); }

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