#AB9CAA

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

Shades of London Hue #AB9CAA

Tints of London Hue #AB9CAA

Color information

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

HSL color Cylindrical-coordinate representation of color #AB9CAA: hue angle of 304º 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 #AB9CAA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171156170-
CMYK00.090.010.33
HSL304º8.2%64.12%-
HSV(B)304º8.77%67.06%-
XYZ35.9435.3442.96-
YUV162.08132.47134.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115617000.090.010.333048.264.12
HexAB9CAA09121130840
Octal25323425201114146010100
Binary10101011100111001010101001001110000110011000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CAA; }

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

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

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

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

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

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

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

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