Html Css Color HEX #9EA3AB Grey Chateau

📋 copy color: '#9EA3AB'

red 158 ◦ green 163 ◦ blue 171

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

Shades of Grey Chateau #9EA3AB

Tints of Grey Chateau #9EA3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.13%

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 32.11%
G = 33.13%
B = 34.76%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9EA3AB (or 0x9EA3AB) is known color: Grey Chateau. HEX triplet: 9E, A3 and AB. RGB value is (158,163,171). Sum of RGB (Red+Green+Blue) = 158+163+171=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #9EA3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA3AB is #615C54. Grayscale: #A2A2A2. Windows color (decimal): -6380629 or 11248542. OLE color: 11248542.

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

Color convert

RGB 158 163 171 -
CMYK 0.08 0.05 0 0.33
HSL 216.92º 0.07% 0.65% -
HSV(B) 216.92º 0.08% 0.67% -
XYZ 34.55 36.4 43.73 -
YUV 162.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 158 163 171 0.08 0.05 0 0.33 216.92 0.07 0.65
Hex 9E A3 AB 8 5 0 21 D9 7 41
Octal 236 243 253 10 5 0 41 331 7 101
Binary 10011110 10100011 10101011 1000 101 0 100001 11011001 111 1000001

Color Harmonies of #9EA3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA3AB

Black with #9EA3AB

Text Example


Text Example

White with #9EA3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,171); }

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

background-color css

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

 a { background-color: rgb(158,163,171); }

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

border-color css

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

 span { border-color: rgb(158,163,171); }

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