#A4AAA5

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

Shades of Edward #A4AAA5

Tints of Edward #A4AAA5

Color information

#A4AAA5 (or 0xA4AAA5) is unknown color: approx Edward. HEX triplet: A4, AA and A5. RGB value is (164,170,165). Sum of RGB (Red+Green+Blue) = 164+170+165=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAA5 is #5B555A. Grayscale: #A7A7A7. Windows color (decimal): -5985627 or 10857124. OLE color: 10857124.

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

Color convert

RGB164170165-
CMYK0.0400.030.33
HSL130º3.41%65.49%-
HSV(B)130º3.53%66.67%-
XYZ36.4839.3641.27-
YUV167.64126.51125.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 165 (64.84% from 255) = 33.07%
R=32.87%
G=34.07%
B=33.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701650.0400.030.331303.4165.49
HexA4AAA54032182341
Octal244252245403412023101
Binary10100100101010101010010110001110000110000010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAA5; }

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

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

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

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

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

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

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

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