#ABA2AA

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

Shades of London Hue #ABA2AA

Tints of London Hue #ABA2AA

Color information

#ABA2AA (or 0xABA2AA) is unknown color: approx London Hue. HEX triplet: AB, A2 and AA. RGB value is (171,162,170). Sum of RGB (Red+Green+Blue) = 171+162+170=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2AA is #545D55. Grayscale: #A5A5A5. Windows color (decimal): -5528918 or 11182763. OLE color: 11182763.

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

Color convert

RGB171162170-
CMYK00.050.010.33
HSL306.67º5.08%65.29%-
HSV(B)306.67º5.26%67.06%-
XYZ36.9737.443.3-
YUV165.6130.48131.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=34.00%
G=32.21%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116217000.050.010.33306.675.0865.29
HexABA2AA05121133541
Octal253242252051414635101
Binary101010111010001010101010010111000011001100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2AA; }

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

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

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

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

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

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

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

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