#9FA4AC

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

Shades of Grey Chateau #9FA4AC

Tints of Grey Chateau #9FA4AC

Color information

#9FA4AC (or 0x9FA4AC) is unknown color: approx Grey Chateau. HEX triplet: 9F, A4 and AC. RGB value is (159,164,172). Sum of RGB (Red+Green+Blue) = 159+164+172=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #9FA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA4AC is #605B53. Grayscale: #A3A3A3. Windows color (decimal): -6314836 or 11314335. OLE color: 11314335.

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

Color convert

RGB159164172-
CMYK0.080.0500.33
HSL216.92º7.26%64.9%-
HSV(B)216.92º7.56%67.45%-
XYZ35.0236.944.31-
YUV163.42132.84124.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=32.12%
G=33.13%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591641720.080.0500.33216.927.2664.9
Hex9FA4AC85021d9741
Octal2372442541050413317101
Binary10011111101001001010110010001010100001110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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