#A3AFA6

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

Shades of Edward #A3AFA6

Tints of Edward #A3AFA6

Color information

#A3AFA6 (or 0xA3AFA6) is unknown color: approx Edward. HEX triplet: A3, AF and A6. RGB value is (163,175,166). Sum of RGB (Red+Green+Blue) = 163+175+166=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFA6 is #5C5059. Grayscale: #AAAAAA. Windows color (decimal): -6049882 or 10923939. OLE color: 10923939.

HSL color Cylindrical-coordinate representation of color #A3AFA6: hue angle of 135º 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 #A3AFA6 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB163175166-
CMYK0.0700.050.31
HSL135º6.98%66.27%-
HSV(B)135º6.86%68.63%-
XYZ37.3241.242.06-
YUV170.39125.52122.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=32.34%
G=34.72%
B=32.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751660.0700.050.311356.9866.27
HexA3AFA67051F87742
Octal243257246705372077102
Binary101000111010111110100110111010111111100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFA6; }

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

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

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

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

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

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

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

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