#A49BA3

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

Shades of London Hue #A49BA3

Tints of London Hue #A49BA3

Color information

#A49BA3 (or 0xA49BA3) is unknown color: approx London Hue. HEX triplet: A4, 9B and A3. RGB value is (164,155,163). Sum of RGB (Red+Green+Blue) = 164+155+163=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A49BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA3 is #5B645C. Grayscale: #9E9E9E. Windows color (decimal): -5989469 or 10722212. OLE color: 10722212.

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

Color convert

RGB164155163-
CMYK00.050.010.36
HSL306.67º4.71%62.55%-
HSV(B)306.67º5.49%64.31%-
XYZ33.6433.9839.44-
YUV158.6130.48131.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=34.02%
G=32.16%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415516300.050.010.36306.674.7162.55
HexA49BA30512413353f
Octal24423324305144463577
Binary10100100100110111010001101011100100100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BA3; }

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

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

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

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

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

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

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

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