#ABA4AA

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

Shades of London Hue #ABA4AA

Tints of London Hue #ABA4AA

Color information

#ABA4AA (or 0xABA4AA) is unknown color: approx London Hue. HEX triplet: AB, A4 and AA. RGB value is (171,164,170). Sum of RGB (Red+Green+Blue) = 171+164+170=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AA is #545B55. Grayscale: #A6A6A6. Windows color (decimal): -5528406 or 11183275. OLE color: 11183275.

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

Color convert

RGB171164170-
CMYK00.040.010.33
HSL308.57º4%65.69%-
HSV(B)308.57º4.09%67.06%-
XYZ37.3338.1143.42-
YUV166.78129.82131.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=33.86%
G=32.48%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116417000.040.010.33308.57465.69
HexABA4AA04121135442
Octal253244252041414654102
Binary101010111010010010101010010011000011001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4AA; }

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

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

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

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

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

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

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

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