Html Css Color HEX #9FA5A0 Edward

📋 copy color: '#9FA5A0'

red 159 ◦ green 165 ◦ blue 160

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

Shades of Edward #9FA5A0

Tints of Edward #9FA5A0

RGB

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

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

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

R = 32.85%
G = 34.09%
B = 33.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#9FA5A0 (or 0x9FA5A0) is known color: Edward. HEX triplet: 9F, A5 and A0. RGB value is (159,165,160). Sum of RGB (Red+Green+Blue) = 159+165+160=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA5A0 is #605A5F. Grayscale: #A2A2A2. Windows color (decimal): -6314592 or 10528159. OLE color: 10528159.

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

Color convert

RGB 159 165 160 -
CMYK 0.04 0 0.03 0.35
HSL 130º 0.03% 0.64% -
HSV(B) 130º 0.04% 0.65% -
XYZ 34.1 36.82 38.57 -
YUV 162.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 159 165 160 0.04 0 0.03 0.35 130 0.03 0.64
Hex 9F A5 A0 4 0 3 23 82 3 40
Octal 237 245 240 4 0 3 43 202 3 100
Binary 10011111 10100101 10100000 100 0 11 100011 10000010 11 1000000

Color Harmonies of #9FA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5A0

Black with #9FA5A0

Text Example


Text Example

White with #9FA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,160); }

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

background-color css

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

 a { background-color: rgb(159,165,160); }

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

border-color css

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

 span { border-color: rgb(159,165,160); }

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