#9EA4AC

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

Shades of Grey Chateau #9EA4AC

Tints of Grey Chateau #9EA4AC

Color information

#9EA4AC (or 0x9EA4AC) is unknown color: approx Grey Chateau. HEX triplet: 9E, A4 and AC. RGB value is (158,164,172). Sum of RGB (Red+Green+Blue) = 158+164+172=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA4AC is #615B53. Grayscale: #A3A3A3. Windows color (decimal): -6380372 or 11314334. OLE color: 11314334.

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

Color convert

RGB158164172-
CMYK0.080.0500.33
HSL214.29º7.78%64.71%-
HSV(B)214.29º8.14%67.45%-
XYZ34.8236.844.3-
YUV163.12133.01124.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=31.98%
G=33.20%
B=34.82%

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
Decimal1581641720.080.0500.33214.297.7864.71
Hex9EA4AC85021d6841
Octal23624425410504132610101
Binary100111101010010010101100100010101000011101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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