#A3AFA5

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

Shades of Edward #A3AFA5

Tints of Edward #A3AFA5

Color information

#A3AFA5 (or 0xA3AFA5) is unknown color: approx Edward. HEX triplet: A3, AF and A5. RGB value is (163,175,165). Sum of RGB (Red+Green+Blue) = 163+175+165=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFA5 is #5C505A. Grayscale: #AAAAAA. Windows color (decimal): -6049883 or 10858403. OLE color: 10858403.

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

Color convert

RGB163175165-
CMYK0.0700.060.31
HSL130º6.98%66.27%-
HSV(B)130º6.86%68.63%-
XYZ37.2341.1641.58-
YUV170.27125.02122.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 165 (64.84% from 255) = 32.80%
R=32.41%
G=34.79%
B=32.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751650.0700.060.311306.9866.27
HexA3AFA57061F82742
Octal243257245706372027102
Binary101000111010111110100101111011011111100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFA5; }

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

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

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

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

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

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

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

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