#A7AEA9

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

Shades of Edward #A7AEA9

Tints of Edward #A7AEA9

Color information

#A7AEA9 (or 0xA7AEA9) is unknown color: approx Edward. HEX triplet: A7, AE and A9. RGB value is (167,174,169). Sum of RGB (Red+Green+Blue) = 167+174+169=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEA9 is #585156. Grayscale: #ABABAB. Windows color (decimal): -5787991 or 11120295. OLE color: 11120295.

HSL color Cylindrical-coordinate representation of color #A7AEA9: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A7AEA9 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB167174169-
CMYK0.0400.030.32
HSL137.14º4.14%66.86%-
HSV(B)137.14º4.02%68.24%-
XYZ38.2341.3543.5-
YUV171.34126.68124.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=32.75%
G=34.12%
B=33.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741690.0400.030.32137.144.1466.86
HexA7AEA94032089443
Octal247256251403402114103
Binary101001111010111010101001100011100000100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEA9; }

 p { color: rgb(167,174,169); }

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

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

 a { background-color: rgb(167,174,169); }

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

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

 span { border-color: rgb(167,174,169); }

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