#AC85AC

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

Shades of London Hue #AC85AC

Tints of London Hue #AC85AC

Color information

#AC85AC (or 0xAC85AC) is unknown color: approx London Hue. HEX triplet: AC, 85 and AC. RGB value is (172,133,172). Sum of RGB (Red+Green+Blue) = 172+133+172=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC85AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85AC is #537A53. Grayscale: #949494. Windows color (decimal): -5470804 or 11306412. OLE color: 11306412.

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

Color convert

RGB172133172-
CMYK00.2300.33
HSL300º19.02%59.8%-
HSV(B)300º22.67%67.45%-
XYZ32.8528.5242.8-
YUV149.11140.92144.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=36.06%
G=27.88%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213317200.2300.3330019.0259.8
HexAC85AC01702112c133c
Octal2542052540270414542374
Binary101011001000010110101100010111010000110010110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85AC; }

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

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

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

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

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

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

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

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