#ABA5AB

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

Shades of London Hue #ABA5AB

Tints of London Hue #ABA5AB

Color information

#ABA5AB (or 0xABA5AB) is unknown color: approx London Hue. HEX triplet: AB, A5 and AB. RGB value is (171,165,171). Sum of RGB (Red+Green+Blue) = 171+165+171=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5AB is #545A54. Grayscale: #A7A7A7. Windows color (decimal): -5528149 or 11249067. OLE color: 11249067.

HSL color Cylindrical-coordinate representation of color #ABA5AB: hue angle of 300º degrees, saturation: 0.03, 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 #ABA5AB is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171165171-
CMYK00.0400.33
HSL300º3.45%65.88%-
HSV(B)300º3.51%67.06%-
XYZ37.638.5143.98-
YUV167.48129.99130.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=33.73%
G=32.54%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116517100.0400.333003.4565.88
HexABA5AB0402112c342
Octal253245253040414543102
Binary10101011101001011010101101000100001100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5AB; }

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

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

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

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

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

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

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

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