Html Css Color HEX #9EA6A0 Edward

📋 copy color: '#9EA6A0'

red 158 ◦ green 166 ◦ blue 160

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

Shades of Edward #9EA6A0

Tints of Edward #9EA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 32.64%
G = 34.3%
B = 33.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#9EA6A0 (or 0x9EA6A0) is known color: Edward. HEX triplet: 9E, A6 and A0. RGB value is (158,166,160). Sum of RGB (Red+Green+Blue) = 158+166+160=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA6A0 is #61595F. Grayscale: #A2A2A2. Windows color (decimal): -6379872 or 10528414. OLE color: 10528414.

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

Color convert

RGB 158 166 160 -
CMYK 0.05 0 0.04 0.35
HSL 135º 0.04% 0.64% -
HSV(B) 135º 0.05% 0.65% -
XYZ 34.08 37.08 38.62 -
YUV 162.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 158 166 160 0.05 0 0.04 0.35 135 0.04 0.64
Hex 9E A6 A0 5 0 4 23 87 4 40
Octal 236 246 240 5 0 4 43 207 4 100
Binary 10011110 10100110 10100000 101 0 100 100011 10000111 100 1000000

Color Harmonies of #9EA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA6A0

Black with #9EA6A0

Text Example


Text Example

White with #9EA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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