#A49FA3

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

Shades of London Hue #A49FA3

Tints of London Hue #A49FA3

Color information

#A49FA3 (or 0xA49FA3) is unknown color: approx London Hue. HEX triplet: A4, 9F and A3. RGB value is (164,159,163). Sum of RGB (Red+Green+Blue) = 164+159+163=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 164 - color contains mainly: red. Hex color #A49FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FA3 is #5B605C. Grayscale: #A0A0A0. Windows color (decimal): -5988445 or 10723236. OLE color: 10723236.

HSL color Cylindrical-coordinate representation of color #A49FA3: hue angle of 312º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A49FA3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164159163-
CMYK00.030.010.36
HSL312º2.67%63.33%-
HSV(B)312º3.05%64.31%-
XYZ34.3235.3339.66-
YUV160.95129.16130.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=33.74%
G=32.72%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415916300.030.010.363122.6763.33
HexA49FA30312413833f
Octal24423724303144470377
Binary101001001001111110100011011110010010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FA3; }

 p { color: rgb(164,159,163); }

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

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

 a { background-color: rgb(164,159,163); }

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

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

 span { border-color: rgb(164,159,163); }

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