#A9AEAA

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

Shades of Edward #A9AEAA

Tints of Edward #A9AEAA

Color information

#A9AEAA (or 0xA9AEAA) is unknown color: approx Edward. HEX triplet: A9, AE and AA. RGB value is (169,174,170). Sum of RGB (Red+Green+Blue) = 169+174+170=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEAA is #565155. Grayscale: #ACACAC. Windows color (decimal): -5656918 or 11185833. OLE color: 11185833.

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

Color convert

RGB169174170-
CMYK0.0300.020.32
HSL132º2.99%67.25%-
HSV(B)132º2.87%68.24%-
XYZ38.7541.6144.02-
YUV172.05126.84125.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=32.94%
G=33.92%
B=33.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741700.0300.020.321322.9967.25
HexA9AEAA3022084343
Octal251256252302402043103
Binary1010100110101110101010101101010000010000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEAA; }

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

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

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

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

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

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

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

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