#9EA6AF

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

Shades of Grey Chateau #9EA6AF

Tints of Grey Chateau #9EA6AF

Color information

#9EA6AF (or 0x9EA6AF) is unknown color: approx Grey Chateau. HEX triplet: 9E, A6 and AF. RGB value is (158,166,175). Sum of RGB (Red+Green+Blue) = 158+166+175=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA6AF is #615950. Grayscale: #A4A4A4. Windows color (decimal): -6379857 or 11511454. OLE color: 11511454.

HSL color Cylindrical-coordinate representation of color #9EA6AF: hue angle of 211.76º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA6AF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158166175-
CMYK0.100.0500.31
HSL211.76º9.6%65.29%-
HSV(B)211.76º9.71%68.63%-
XYZ35.4737.6445.95-
YUV164.63133.85123.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=31.66%
G=33.27%
B=35.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581661750.100.0500.31211.769.665.29
Hex9EA6AFA501Fd4a41
Octal23624625712503732412101
Binary10011110101001101010111110101010111111101010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,166,175); }

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

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

 a { background-color: rgb(158,166,175); }

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

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

 span { border-color: rgb(158,166,175); }

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