#AC91AC

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

Shades of London Hue #AC91AC

Tints of London Hue #AC91AC

Color information

#AC91AC (or 0xAC91AC) is unknown color: approx London Hue. HEX triplet: AC, 91 and AC. RGB value is (172,145,172). Sum of RGB (Red+Green+Blue) = 172+145+172=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC91AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC91AC is #536E53. Grayscale: #9C9C9C. Windows color (decimal): -5467732 or 11309484. OLE color: 11309484.

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

Color convert

RGB172145172-
CMYK00.1600.33
HSL300º13.99%62.16%-
HSV(B)300º15.7%67.45%-
XYZ34.593243.38-
YUV156.15136.95139.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=35.17%
G=29.65%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214517200.1600.3330013.9962.16
HexAC91AC01002112ce3e
Octal2542212540200414541676
Binary10101100100100011010110001000001000011001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91AC; }

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

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

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

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

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

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

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

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