Html Css Color HEX #9EAAA8 Hit Grey

📋 copy color: '#9EAAA8'

red 158 ◦ green 170 ◦ blue 168

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

Shades of Hit Grey #9EAAA8

Tints of Hit Grey #9EAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 31.85%
G = 34.27%
B = 33.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#9EAAA8 (or 0x9EAAA8) is known color: Hit Grey. HEX triplet: 9E, AA and A8. RGB value is (158,170,168). Sum of RGB (Red+Green+Blue) = 158+170+168=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAA8 is #615557. Grayscale: #A6A6A6. Windows color (decimal): -6378840 or 11053726. OLE color: 11053726.

HSL color Cylindrical-coordinate representation of color #9EAAA8: hue angle of 170º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EAAA8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 168 -
CMYK 0.07 0 0.01 0.33
HSL 170º 0.07% 0.64% -
HSV(B) 170º 0.07% 0.67% -
XYZ 35.54 38.85 42.67 -
YUV 166.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 158 170 168 0.07 0 0.01 0.33 170 0.07 0.64
Hex 9E AA A8 7 0 1 21 AA 7 40
Octal 236 252 250 7 0 1 41 252 7 100
Binary 10011110 10101010 10101000 111 0 1 100001 10101010 111 1000000

Color Harmonies of #9EAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAA8

Black with #9EAAA8

Text Example


Text Example

White with #9EAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,168); }

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

background-color css

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

 a { background-color: rgb(158,170,168); }

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

border-color css

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

 span { border-color: rgb(158,170,168); }

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