#A49AA3

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

Shades of London Hue #A49AA3

Tints of London Hue #A49AA3

Color information

#A49AA3 (or 0xA49AA3) is unknown color: approx London Hue. HEX triplet: A4, 9A and A3. RGB value is (164,154,163). Sum of RGB (Red+Green+Blue) = 164+154+163=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA3 is #5B655C. Grayscale: #9D9D9D. Windows color (decimal): -5989725 or 10721956. OLE color: 10721956.

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

Color convert

RGB164154163-
CMYK00.060.010.36
HSL306º5.21%62.35%-
HSV(B)306º6.1%64.31%-
XYZ33.4833.6539.38-
YUV158.02130.81132.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=34.10%
G=32.02%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415416300.060.010.363065.2162.35
HexA49AA30612413253e
Octal24423224306144462576
Binary10100100100110101010001101101100100100110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AA3; }

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

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

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

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

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

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

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

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