#AA8BAB

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

Shades of London Hue #AA8BAB

Tints of London Hue #AA8BAB

Color information

#AA8BAB (or 0xAA8BAB) is unknown color: approx London Hue. HEX triplet: AA, 8B and AB. RGB value is (170,139,171). Sum of RGB (Red+Green+Blue) = 170+139+171=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAB is #557454. Grayscale: #979797. Windows color (decimal): -5600341 or 11242410. OLE color: 11242410.

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

Color convert

RGB170139171-
CMYK0.010.1900.33
HSL298.12º16%60.78%-
HSV(B)298.12º18.71%67.06%-
XYZ33.1629.9542.56-
YUV151.92138.77140.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=35.42%
G=28.96%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701391710.010.1900.33298.121660.78
HexAA8BAB11302112a103d
Octal2522132531230414522075
Binary101010101000101110101011110011010000110010101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BAB; }

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

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

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

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

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

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

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

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