#AC9EAC

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

Shades of London Hue #AC9EAC

Tints of London Hue #AC9EAC

Color information

#AC9EAC (or 0xAC9EAC) is unknown color: approx London Hue. HEX triplet: AC, 9E and AC. RGB value is (172,158,172). Sum of RGB (Red+Green+Blue) = 172+158+172=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EAC is #536153. Grayscale: #A3A3A3. Windows color (decimal): -5464404 or 11312812. OLE color: 11312812.

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

Color convert

RGB172158172-
CMYK00.0800.33
HSL300º7.78%64.71%-
HSV(B)300º8.14%67.45%-
XYZ36.6936.244.08-
YUV163.78132.64133.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=34.26%
G=31.47%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215817200.0800.333007.7864.71
HexAC9EAC0802112c841
Octal25423625401004145410101
Binary10101100100111101010110001000010000110010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EAC; }

 p { color: rgb(172,158,172); }

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

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

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

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

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

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

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