Html Css Color HEX #9DACA0 Edward

📋 copy color: '#9DACA0'

red 157 ◦ green 172 ◦ blue 160

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

Shades of Edward #9DACA0

Tints of Edward #9DACA0

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 value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#9DACA0 (or 0x9DACA0) is known color: 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

RGB 157 172 160 -
CMYK 0.09 0 0.07 0.33
HSL 132º 0.08% 0.65% -
HSV(B) 132º 0.09% 0.67% -
XYZ 35 39.21 38.98 -
YUV 166.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 157 172 160 0.09 0 0.07 0.33 132 0.08 0.65
Hex 9D AC A0 9 0 7 21 84 8 41
Octal 235 254 240 11 0 7 41 204 10 101
Binary 10011101 10101100 10100000 1001 0 111 100001 10000100 1000 1000001

Color Harmonies of #9DACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACA0

Black with #9DACA0

Text Example


Text Example

White with #9DACA0

Text Example


Text Example

HTML Codes & Css Web 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>