#A4AEA5

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

Shades of Edward #A4AEA5

Tints of Edward #A4AEA5

Color information

#A4AEA5 (or 0xA4AEA5) is unknown color: approx Edward. HEX triplet: A4, AE and A5. RGB value is (164,174,165). Sum of RGB (Red+Green+Blue) = 164+174+165=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEA5 is #5B515A. Grayscale: #AAAAAA. Windows color (decimal): -5984603 or 10858148. OLE color: 10858148.

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

Color convert

RGB164174165-
CMYK0.0600.050.32
HSL126º5.81%66.27%-
HSV(B)126º5.75%68.24%-
XYZ37.2440.8841.53-
YUV169.98125.19123.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 165 (64.84% from 255) = 32.80%
R=32.60%
G=34.59%
B=32.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641741650.0600.050.321265.8166.27
HexA4AEA5605207e642
Octal244256245605401766102
Binary101001001010111010100101110010110000011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEA5; }

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

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

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

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

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

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

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

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