#ABA6AA

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

Shades of London Hue #ABA6AA

Tints of London Hue #ABA6AA

Color information

#ABA6AA (or 0xABA6AA) is unknown color: approx London Hue. HEX triplet: AB, A6 and AA. RGB value is (171,166,170). Sum of RGB (Red+Green+Blue) = 171+166+170=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AA is #545955. Grayscale: #A7A7A7. Windows color (decimal): -5527894 or 11183787. OLE color: 11183787.

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

Color convert

RGB171166170-
CMYK00.030.010.33
HSL312º2.89%66.08%-
HSV(B)312º2.92%67.06%-
XYZ37.6938.8343.54-
YUV167.95129.16130.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=33.73%
G=32.74%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116617000.030.010.333122.8966.08
HexABA6AA03121138342
Octal253246252031414703102
Binary1010101110100110101010100111100001100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6AA; }

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

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

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

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

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

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

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

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