#AB8EA6

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

Shades of London Hue #AB8EA6

Tints of London Hue #AB8EA6

Color information

#AB8EA6 (or 0xAB8EA6) is unknown color: approx London Hue. HEX triplet: AB, 8E and A6. RGB value is (171,142,166). Sum of RGB (Red+Green+Blue) = 171+142+166=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EA6 is #547159. Grayscale: #999999. Windows color (decimal): -5534042 or 10915499. OLE color: 10915499.

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

Color convert

RGB171142166-
CMYK00.170.030.33
HSL310.34º14.72%61.37%-
HSV(B)310.34º16.96%67.06%-
XYZ33.3530.7640.26-
YUV153.41135.11140.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=35.70%
G=29.65%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114216600.170.030.33310.3414.7261.37
HexAB8EA6011321136f3d
Octal2532162460213414661775
Binary101010111000111010100110010001111000011001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EA6; }

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

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

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

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

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

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

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

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