Html Css Color HEX #9FAEA3 Edward

📋 copy color: '#9FAEA3'

red 159 ◦ green 174 ◦ blue 163

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

Shades of Edward #9FAEA3

Tints of Edward #9FAEA3

RGB

 RED value IS 159 (62.5% from 255) = 32.06%

 GREEN value IS 174 (68.36% from 255) = 35.08%

 BLUE value IS 163 (64.06% from 255) = 32.86%

R = 32.06%
G = 35.08%
B = 32.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#9FAEA3 (or 0x9FAEA3) is known color: Edward. HEX triplet: 9F, AE and A3. RGB value is (159,174,163). Sum of RGB (Red+Green+Blue) = 159+174+163=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAEA3 is #60515C. Grayscale: #A8A8A8. Windows color (decimal): -6312285 or 10727071. OLE color: 10727071.

HSL color Cylindrical-coordinate representation of color #9FAEA3: hue angle of 136º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAEA3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 174 163 -
CMYK 0.09 0 0.06 0.32
HSL 136º 0.08% 0.65% -
HSV(B) 136º 0.09% 0.68% -
XYZ 36.04 40.29 40.53 -
YUV 168.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 159 174 163 0.09 0 0.06 0.32 136 0.08 0.65
Hex 9F AE A3 9 0 6 20 88 8 41
Octal 237 256 243 11 0 6 40 210 10 101
Binary 10011111 10101110 10100011 1001 0 110 100000 10001000 1000 1000001

Color Harmonies of #9FAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEA3

Black with #9FAEA3

Text Example


Text Example

White with #9FAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,163); }

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

background-color css

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

 a { background-color: rgb(159,174,163); }

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

border-color css

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

 span { border-color: rgb(159,174,163); }

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