Html Css Color HEX #9EA0A1 Grey Chateau

📋 copy color: '#9EA0A1'

red 158 ◦ green 160 ◦ blue 161

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

Shades of Grey Chateau #9EA0A1

Tints of Grey Chateau #9EA0A1

RGB

 RED value IS 158 (62.11% from 255) = 32.99%

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 32.99%
G = 33.4%
B = 33.61%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9EA0A1 (or 0x9EA0A1) is known color: Grey Chateau. HEX triplet: 9E, A0 and A1. RGB value is (158,160,161). Sum of RGB (Red+Green+Blue) = 158+160+161=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 161 - color contains mainly: blue. Hex color #9EA0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA0A1 is #615F5E. Grayscale: #9F9F9F. Windows color (decimal): -6381407 or 10592414. OLE color: 10592414.

HSL color Cylindrical-coordinate representation of color #9EA0A1: hue angle of 200º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9EA0A1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 160 161 -
CMYK 0.02 0.01 0 0.37
HSL 200º 0.02% 0.63% -
HSV(B) 200º 0.02% 0.63% -
XYZ 33.1 34.98 38.73 -
YUV 159.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 158 160 161 0.02 0.01 0 0.37 200 0.02 0.63
Hex 9E A0 A1 2 1 0 25 C8 2 3F
Octal 236 240 241 2 1 0 45 310 2 77
Binary 10011110 10100000 10100001 10 1 0 100101 11001000 10 111111

Color Harmonies of #9EA0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA0A1

Black with #9EA0A1

Text Example


Text Example

White with #9EA0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,161); }

 H1.HeaderClassName
 {
   color: #9EA0A1;
 }
 .AnyTagClassName
 {
   color: #9EA0A1;
 }
</style>

background-color css

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

 a { background-color: rgb(158,160,161); }

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

border-color css

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

 span { border-color: rgb(158,160,161); }

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