#A990A2

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

Shades of London Hue #A990A2

Tints of London Hue #A990A2

Color information

#A990A2 (or 0xA990A2) is unknown color: approx London Hue. HEX triplet: A9, 90 and A2. RGB value is (169,144,162). Sum of RGB (Red+Green+Blue) = 169+144+162=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A990A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990A2 is #566F5D. Grayscale: #999999. Windows color (decimal): -5664606 or 10653865. OLE color: 10653865.

HSL color Cylindrical-coordinate representation of color #A990A2: hue angle of 316.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A990A2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169144162-
CMYK00.150.040.34
HSL316.8º12.69%61.37%-
HSV(B)316.8º14.79%66.27%-
XYZ32.8630.9938.43-
YUV153.53132.78139.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=35.58%
G=30.32%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914416200.150.040.34316.812.6961.37
HexA990A20F42213dd3d
Octal2512202420174424751575
Binary101010011001000010100010011111001000101001111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990A2; }

 p { color: rgb(169,144,162); }

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

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

 a { background-color: rgb(169,144,162); }

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

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

 span { border-color: rgb(169,144,162); }

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