#9AAD9D

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

Shades of Edward #9AAD9D

Tints of Edward #9AAD9D

Color information

#9AAD9D (or 0x9AAD9D) is unknown color: approx Edward. HEX triplet: 9A, AD and 9D. RGB value is (154,173,157). Sum of RGB (Red+Green+Blue) = 154+173+157=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAD9D is #655262. Grayscale: #A5A5A5. Windows color (decimal): -6640227 or 10333594. OLE color: 10333594.

HSL color Cylindrical-coordinate representation of color #9AAD9D: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAD9D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB154173157-
CMYK0.1100.090.32
HSL129.47º10.38%64.12%-
HSV(B)129.47º10.98%67.84%-
XYZ34.3639.1937.65-
YUV165.49123.21119.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=31.82%
G=35.74%
B=32.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731570.1100.090.32129.4710.3864.12
Hex9AAD9DB092081a40
Octal232255235130114020112100
Binary1001101010101101100111011011010011000001000000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,157); }

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

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

 a { background-color: rgb(154,173,157); }

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

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

 span { border-color: rgb(154,173,157); }

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