#A88EAB

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

Shades of London Hue #A88EAB

Tints of London Hue #A88EAB

Color information

#A88EAB (or 0xA88EAB) is unknown color: approx London Hue. HEX triplet: A8, 8E and AB. RGB value is (168,142,171). Sum of RGB (Red+Green+Blue) = 168+142+171=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EAB is #577154. Grayscale: #989898. Windows color (decimal): -5730645 or 11243176. OLE color: 11243176.

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

Color convert

RGB168142171-
CMYK0.020.1700.33
HSL293.79º14.72%61.37%-
HSV(B)293.79º16.96%67.06%-
XYZ33.1730.6142.69-
YUV153.08138.11138.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=34.93%
G=29.52%
B=35.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681421710.020.1700.33293.7914.7261.37
HexA88EAB211021126f3d
Octal2502162532210414461775
Binary101010001000111010101011101000101000011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EAB; }

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

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

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

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

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

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

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

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