Html Css Color HEX #9EA5A1 Tower Grey

📋 copy color: '#9EA5A1'

red 158 ◦ green 165 ◦ blue 161

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

Shades of Tower Grey #9EA5A1

Tints of Tower Grey #9EA5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

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

R = 32.64%
G = 34.09%
B = 33.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#9EA5A1 (or 0x9EA5A1) is known color: Tower Grey. HEX triplet: 9E, A5 and A1. RGB value is (158,165,161). Sum of RGB (Red+Green+Blue) = 158+165+161=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA5A1 is #615A5E. Grayscale: #A2A2A2. Windows color (decimal): -6380127 or 10593694. OLE color: 10593694.

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

Color convert

RGB 158 165 161 -
CMYK 0.04 0 0.02 0.35
HSL 145.71º 0.04% 0.63% -
HSV(B) 145.71º 0.04% 0.65% -
XYZ 33.99 36.75 39.02 -
YUV 162.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 158 165 161 0.04 0 0.02 0.35 145.71 0.04 0.63
Hex 9E A5 A1 4 0 2 23 92 4 3F
Octal 236 245 241 4 0 2 43 222 4 77
Binary 10011110 10100101 10100001 100 0 10 100011 10010010 100 111111

Color Harmonies of #9EA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA5A1

Black with #9EA5A1

Text Example


Text Example

White with #9EA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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