#ABA1AA

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

Shades of London Hue #ABA1AA

Tints of London Hue #ABA1AA

Color information

#ABA1AA (or 0xABA1AA) is unknown color: approx London Hue. HEX triplet: AB, A1 and AA. RGB value is (171,161,170). Sum of RGB (Red+Green+Blue) = 171+161+170=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AA is #545E55. Grayscale: #A4A4A4. Windows color (decimal): -5529174 or 11182507. OLE color: 11182507.

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

Color convert

RGB171161170-
CMYK00.060.010.33
HSL306º5.62%65.1%-
HSV(B)306º5.85%67.06%-
XYZ36.837.0543.24-
YUV165.02130.81132.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=34.06%
G=32.07%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116117000.060.010.333065.6265.1
HexABA1AA06121132641
Octal253241252061414626101
Binary101010111010000110101010011011000011001100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1AA; }

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

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

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

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

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

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

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

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