#AC8EAB

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

Shades of London Hue #AC8EAB

Tints of London Hue #AC8EAB

Color information

#AC8EAB (or 0xAC8EAB) is unknown color: approx London Hue. HEX triplet: AC, 8E and AB. RGB value is (172,142,171). Sum of RGB (Red+Green+Blue) = 172+142+171=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8EAB is #537154. Grayscale: #9A9A9A. Windows color (decimal): -5468501 or 11243180. OLE color: 11243180.

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

Color convert

RGB172142171-
CMYK00.170.010.33
HSL302º15.31%61.57%-
HSV(B)302º17.44%67.45%-
XYZ34.0431.0642.73-
YUV154.28137.44140.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=35.46%
G=29.28%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214217100.170.010.3330215.3161.57
HexAC8EAB01112112ef3e
Octal2542162530211414561776
Binary10101100100011101010101101000111000011001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8EAB; }

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

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

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

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

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

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

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

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