Html Css Color HEX #9EA8AF Grey Chateau

📋 copy color: '#9EA8AF'

red 158 ◦ green 168 ◦ blue 175

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

Shades of Grey Chateau #9EA8AF

Tints of Grey Chateau #9EA8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.53%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 31.54%
G = 33.53%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EA8AF (or 0x9EA8AF) is known color: Grey Chateau. HEX triplet: 9E, A8 and AF. RGB value is (158,168,175). Sum of RGB (Red+Green+Blue) = 158+168+175=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AF is #615750. Grayscale: #A5A5A5. Windows color (decimal): -6379345 or 11511966. OLE color: 11511966.

HSL color Cylindrical-coordinate representation of color #9EA8AF: hue angle of 204.71º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA8AF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 168 175 -
CMYK 0.10 0.04 0 0.31
HSL 204.71º 0.1% 0.65% -
HSV(B) 204.71º 0.1% 0.69% -
XYZ 35.84 38.37 46.07 -
YUV 165.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 158 168 175 0.10 0.04 0 0.31 204.71 0.1 0.65
Hex 9E A8 AF A 4 0 1F CD A 41
Octal 236 250 257 12 4 0 37 315 12 101
Binary 10011110 10101000 10101111 1010 100 0 11111 11001101 1010 1000001

Color Harmonies of #9EA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8AF

Black with #9EA8AF

Text Example


Text Example

White with #9EA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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