#AB9AA7

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

Shades of London Hue #AB9AA7

Tints of London Hue #AB9AA7

Color information

#AB9AA7 (or 0xAB9AA7) is unknown color: approx London Hue. HEX triplet: AB, 9A and A7. RGB value is (171,154,167). Sum of RGB (Red+Green+Blue) = 171+154+167=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AA7 is #546558. Grayscale: #A0A0A0. Windows color (decimal): -5530969 or 10984107. OLE color: 10984107.

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

Color convert

RGB171154167-
CMYK00.100.020.33
HSL314.12º9.19%63.73%-
HSV(B)314.12º9.94%67.06%-
XYZ35.3334.5641.37-
YUV160.56131.63135.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=34.76%
G=31.30%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115416700.100.020.33314.129.1963.73
HexAB9AA70A22113a940
Octal25323224701224147211100
Binary101010111001101010100111010101010000110011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AA7; }

 p { color: rgb(171,154,167); }

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

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

 a { background-color: rgb(171,154,167); }

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

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

 span { border-color: rgb(171,154,167); }

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