#9CACA1

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

Shades of Edward #9CACA1

Tints of Edward #9CACA1

Color information

#9CACA1 (or 0x9CACA1) is unknown color: approx Edward. HEX triplet: 9C, AC and A1. RGB value is (156,172,161). Sum of RGB (Red+Green+Blue) = 156+172+161=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9CACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACA1 is #63535E. Grayscale: #A5A5A5. Windows color (decimal): -6509407 or 10595484. OLE color: 10595484.

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

Color convert

RGB156172161-
CMYK0.0900.060.33
HSL138.75º8.79%64.31%-
HSV(B)138.75º9.3%67.45%-
XYZ34.939.1539.43-
YUV165.96125.2120.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=31.90%
G=35.17%
B=32.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721610.0900.060.33138.758.7964.31
Hex9CACA1906218b940
Octal23425424111064121311100
Binary100111001010110010100001100101101000011000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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