#A5AAA6

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

Shades of Edward #A5AAA6

Tints of Edward #A5AAA6

Color information

#A5AAA6 (or 0xA5AAA6) is unknown color: approx Edward. HEX triplet: A5, AA and A6. RGB value is (165,170,166). Sum of RGB (Red+Green+Blue) = 165+170+166=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA6 is #5A5559. Grayscale: #A8A8A8. Windows color (decimal): -5920090 or 10922661. OLE color: 10922661.

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

Color convert

RGB165170166-
CMYK0.0300.020.33
HSL132º2.86%65.69%-
HSV(B)132º2.94%66.67%-
XYZ36.7739.541.76-
YUV168.05126.84125.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=32.93%
G=33.93%
B=33.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701660.0300.020.331322.8665.69
HexA5AAA63022184342
Octal245252246302412043102
Binary1010010110101010101001101101010000110000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAA6; }

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

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

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

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

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

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

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

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