#A19AA0

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

Shades of London Hue #A19AA0

Tints of London Hue #A19AA0

Color information

#A19AA0 (or 0xA19AA0) is unknown color: approx London Hue. HEX triplet: A1, 9A and A0. RGB value is (161,154,160). Sum of RGB (Red+Green+Blue) = 161+154+160=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 161 - color contains mainly: red. Hex color #A19AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AA0 is #5E655F. Grayscale: #9C9C9C. Windows color (decimal): -6186336 or 10525345. OLE color: 10525345.

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

Color convert

RGB161154160-
CMYK00.040.010.37
HSL308.57º3.59%61.76%-
HSV(B)308.57º4.35%63.14%-
XYZ32.633.2337.95-
YUV156.78129.82131.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=33.89%
G=32.42%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115416000.040.010.37308.573.5961.76
HexA19AA00412513543e
Octal24123224004145465476
Binary10100001100110101010000001001100101100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AA0; }

 p { color: rgb(161,154,160); }

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

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

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

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

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

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

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