#A996AB

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

Shades of London Hue #A996AB

Tints of London Hue #A996AB

Color information

#A996AB (or 0xA996AB) is unknown color: approx London Hue. HEX triplet: A9, 96 and AB. RGB value is (169,150,171). Sum of RGB (Red+Green+Blue) = 169+150+171=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A996AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A996AB is #566954. Grayscale: #9E9E9E. Windows color (decimal): -5663061 or 11245225. OLE color: 11245225.

HSL color Cylindrical-coordinate representation of color #A996AB: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A996AB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169150171-
CMYK0.010.1200.33
HSL294.29º11.11%62.94%-
HSV(B)294.29º12.28%67.06%-
XYZ34.6233.1943.11-
YUV158.07135.29135.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=34.49%
G=30.61%
B=34.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691501710.010.1200.33294.2911.1162.94
HexA996AB1C021126b3f
Octal2512262531140414461377
Binary1010100110010110101010111110001000011001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996AB; }

 p { color: rgb(169,150,171); }

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

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

 a { background-color: rgb(169,150,171); }

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

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

 span { border-color: rgb(169,150,171); }

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