#ABA4AB

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

Shades of London Hue #ABA4AB

Tints of London Hue #ABA4AB

Color information

#ABA4AB (or 0xABA4AB) is unknown color: approx London Hue. HEX triplet: AB, A4 and AB. RGB value is (171,164,171). Sum of RGB (Red+Green+Blue) = 171+164+171=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AB is #545B54. Grayscale: #A6A6A6. Windows color (decimal): -5528405 or 11248811. OLE color: 11248811.

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

Color convert

RGB171164171-
CMYK00.0400.33
HSL300º4%65.69%-
HSV(B)300º4.09%67.06%-
XYZ37.4238.1543.92-
YUV166.89130.32130.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=33.79%
G=32.41%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116417100.0400.33300465.69
HexABA4AB0402112c442
Octal253244253040414544102
Binary101010111010010010101011010001000011001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4AB; }

 p { color: rgb(171,164,171); }

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

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

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

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

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

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

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