#9FACA1

Color #9FACA1 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #9FACA1

Tints of Edward #9FACA1

Color information

#9FACA1 (or 0x9FACA1) is unknown color: approx Edward. HEX triplet: 9F, AC and A1. RGB value is (159,172,161). Sum of RGB (Red+Green+Blue) = 159+172+161=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 172 - color contains mainly: green. Hex color #9FACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACA1 is #60535E. Grayscale: #A6A6A6. Windows color (decimal): -6312799 or 10595487. OLE color: 10595487.

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

Color convert

RGB159172161-
CMYK0.0800.060.33
HSL129.23º7.26%64.9%-
HSV(B)129.23º7.56%67.45%-
XYZ35.4839.4539.46-
YUV166.86124.69122.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=32.32%
G=34.96%
B=32.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721610.0800.060.33129.237.2664.9
Hex9FACA18062181741
Octal2372542411006412017101
Binary10011111101011001010000110000110100001100000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,161); }

 H1.HeaderClassName
 {
   color: #9FACA1;
 }
 .AnyTagClassName
 {
   color: #9FACA1;
 }
</style>
background-color css

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

 a { background-color: rgb(159,172,161); }

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

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

 span { border-color: rgb(159,172,161); }

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