#9DACA0

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

Shades of Edward #9DACA0

Tints of Edward #9DACA0

Color information

#9DACA0 (or 0x9DACA0) is unknown color: approx Edward. HEX triplet: 9D, AC and A0. RGB value is (157,172,160). Sum of RGB (Red+Green+Blue) = 157+172+160=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9DACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACA0 is #62535F. Grayscale: #A6A6A6. Windows color (decimal): -6443872 or 10529949. OLE color: 10529949.

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

Color convert

RGB157172160-
CMYK0.0900.070.33
HSL132º8.29%64.51%-
HSV(B)132º8.72%67.45%-
XYZ3539.2138.98-
YUV166.15124.53121.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=32.11%
G=35.17%
B=32.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721600.0900.070.331328.2964.51
Hex9DACA09072184841
Octal23525424011074120410101
Binary100111011010110010100000100101111000011000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,160); }

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

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

 a { background-color: rgb(157,172,160); }

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

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

 span { border-color: rgb(157,172,160); }

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