#AA9CAB

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

Shades of London Hue #AA9CAB

Tints of London Hue #AA9CAB

Color information

#AA9CAB (or 0xAA9CAB) is unknown color: approx London Hue. HEX triplet: AA, 9C and AB. RGB value is (170,156,171). Sum of RGB (Red+Green+Blue) = 170+156+171=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAB is #556354. Grayscale: #A1A1A1. Windows color (decimal): -5595989 or 11246762. OLE color: 11246762.

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

Color convert

RGB170156171-
CMYK0.010.0900.33
HSL296º8.2%64.12%-
HSV(B)296º8.77%67.06%-
XYZ35.8235.2643.45-
YUV161.9133.14133.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=34.21%
G=31.39%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701561710.010.0900.332968.264.12
HexAA9CAB19021128840
Octal25223425311104145010100
Binary10101010100111001010101111001010000110010100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CAB; }

 p { color: rgb(170,156,171); }

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

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

 a { background-color: rgb(170,156,171); }

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

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

 span { border-color: rgb(170,156,171); }

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