#A4AFA5

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

Shades of Edward #A4AFA5

Tints of Edward #A4AFA5

Color information

#A4AFA5 (or 0xA4AFA5) is unknown color: approx Edward. HEX triplet: A4, AF and A5. RGB value is (164,175,165). Sum of RGB (Red+Green+Blue) = 164+175+165=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFA5 is #5B505A. Grayscale: #AAAAAA. Windows color (decimal): -5984347 or 10858404. OLE color: 10858404.

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

Color convert

RGB164175165-
CMYK0.0600.060.31
HSL125.45º6.43%66.47%-
HSV(B)125.45º6.29%68.63%-
XYZ37.4341.2741.59-
YUV170.57124.86123.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=32.54%
G=34.72%
B=32.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751650.0600.060.31125.456.4366.47
HexA4AFA56061F7d642
Octal244257245606371756102
Binary10100100101011111010010111001101111111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFA5; }

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

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

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

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

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

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

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

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