#9EA6AC

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

Shades of Grey Chateau #9EA6AC

Tints of Grey Chateau #9EA6AC

Color information

#9EA6AC (or 0x9EA6AC) is unknown color: approx Grey Chateau. HEX triplet: 9E, A6 and AC. RGB value is (158,166,172). Sum of RGB (Red+Green+Blue) = 158+166+172=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA6AC is #615953. Grayscale: #A4A4A4. Windows color (decimal): -6379860 or 11314846. OLE color: 11314846.

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

Color convert

RGB158166172-
CMYK0.080.0300.33
HSL205.71º7.78%64.71%-
HSV(B)205.71º8.14%67.45%-
XYZ35.1837.5244.42-
YUV164.29132.35123.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=31.85%
G=33.47%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581661720.080.0300.33205.717.7864.71
Hex9EA6AC83021ce841
Octal23624625410304131610101
Binary10011110101001101010110010001101000011100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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