#ABA7AA

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

Shades of London Hue #ABA7AA

Tints of London Hue #ABA7AA

Color information

#ABA7AA (or 0xABA7AA) is unknown color: approx London Hue. HEX triplet: AB, A7 and AA. RGB value is (171,167,170). Sum of RGB (Red+Green+Blue) = 171+167+170=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7AA is #545855. Grayscale: #A8A8A8. Windows color (decimal): -5527638 or 11184043. OLE color: 11184043.

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

Color convert

RGB171167170-
CMYK00.020.010.33
HSL315º2.33%66.27%-
HSV(B)315º2.34%67.06%-
XYZ37.8739.243.6-
YUV168.54128.83129.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=33.66%
G=32.87%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116717000.020.010.333152.3366.27
HexABA7AA0212113b242
Octal253247252021414732102
Binary1010101110100111101010100101100001100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7AA; }

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

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

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

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

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

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

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

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