#A2AEA4

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

Shades of Edward #A2AEA4

Tints of Edward #A2AEA4

Color information

#A2AEA4 (or 0xA2AEA4) is unknown color: approx Edward. HEX triplet: A2, AE and A4. RGB value is (162,174,164). Sum of RGB (Red+Green+Blue) = 162+174+164=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AEA4 is #5D515B. Grayscale: #A9A9A9. Windows color (decimal): -6115676 or 10792610. OLE color: 10792610.

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

Color convert

RGB162174164-
CMYK0.0700.060.32
HSL130º6.9%65.88%-
HSV(B)130º6.9%68.24%-
XYZ36.7440.6341.03-
YUV169.27125.02122.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=32.4%
G=34.8%
B=32.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741640.0700.060.321306.965.88
HexA2AEA47062082742
Octal242256244706402027102
Binary1010001010101110101001001110110100000100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AEA4; }

 p { color: rgb(162,174,164); }

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

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

 a { background-color: rgb(162,174,164); }

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

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

 span { border-color: rgb(162,174,164); }

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