#A49AA4

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

Shades of London Hue #A49AA4

Tints of London Hue #A49AA4

Color information

#A49AA4 (or 0xA49AA4) is unknown color: approx London Hue. HEX triplet: A4, 9A and A4. RGB value is (164,154,164). Sum of RGB (Red+Green+Blue) = 164+154+164=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A49AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA4 is #5B655B. Grayscale: #9E9E9E. Windows color (decimal): -5989724 or 10787492. OLE color: 10787492.

HSL color Cylindrical-coordinate representation of color #A49AA4: hue angle of 300º 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 #A49AA4 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB164154164-
CMYK00.0600.36
HSL300º5.21%62.35%-
HSV(B)300º6.1%64.31%-
XYZ33.5733.6839.85-
YUV158.13131.31132.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=34.02%
G=31.95%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415416400.0600.363005.2162.35
HexA49AA40602412c53e
Octal24423224406044454576
Binary10100100100110101010010001100100100100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AA4; }

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

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

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

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

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

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

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

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