#9AA29D

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

Shades of Edward #9AA29D

Tints of Edward #9AA29D

Color information

#9AA29D (or 0x9AA29D) is unknown color: approx Edward. HEX triplet: 9A, A2 and 9D. RGB value is (154,162,157). Sum of RGB (Red+Green+Blue) = 154+162+157=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA29D is #655D62. Grayscale: #9F9F9F. Windows color (decimal): -6643043 or 10330778. OLE color: 10330778.

HSL color Cylindrical-coordinate representation of color #9AA29D: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9AA29D is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB154162157-
CMYK0.0500.030.36
HSL142.5º4.12%61.96%-
HSV(B)142.5º4.94%63.53%-
XYZ32.3335.1536.98-
YUV159.04126.85124.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=32.56%
G=34.25%
B=33.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621570.0500.030.36142.54.1261.96
Hex9AA29D503248e43e
Octal23224223550344216476
Binary10011010101000101001110110101110010010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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