Html Css Color HEX #9EA6AF Grey Chateau

📋 copy color: '#9EA6AF'

red 158 ◦ green 166 ◦ blue 175

#9EA6AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #9EA6AF

Tints of Grey Chateau #9EA6AF

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 value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EA6AF (or 0x9EA6AF) is known color: 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

RGB 158 166 175 -
CMYK 0.10 0.05 0 0.31
HSL 211.76º 0.1% 0.65% -
HSV(B) 211.76º 0.1% 0.69% -
XYZ 35.47 37.64 45.95 -
YUV 164.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 158 166 175 0.10 0.05 0 0.31 211.76 0.1 0.65
Hex 9E A6 AF A 5 0 1F D4 A 41
Octal 236 246 257 12 5 0 37 324 12 101
Binary 10011110 10100110 10101111 1010 101 0 11111 11010100 1010 1000001

Color Harmonies of #9EA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA6AF

Black with #9EA6AF

Text Example


Text Example

White with #9EA6AF

Text Example


Text Example

HTML Codes & Css Web 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>