#AB90AA

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

Shades of London Hue #AB90AA

Tints of London Hue #AB90AA

Color information

#AB90AA (or 0xAB90AA) is unknown color: approx London Hue. HEX triplet: AB, 90 and AA. RGB value is (171,144,170). Sum of RGB (Red+Green+Blue) = 171+144+170=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AA is #546F55. Grayscale: #9A9A9A. Windows color (decimal): -5533526 or 11178155. OLE color: 11178155.

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

Color convert

RGB171144170-
CMYK00.160.010.33
HSL302.22º13.85%61.76%-
HSV(B)302.22º15.79%67.06%-
XYZ34.0231.5142.32-
YUV155.04136.45139.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=35.26%
G=29.69%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114417000.160.010.33302.2213.8561.76
HexAB90AA01012112ee3e
Octal2532202520201414561676
Binary10101011100100001010101001000011000011001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90AA; }

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

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

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

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

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

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

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

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