#AC85AD

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

Shades of London Hue #AC85AD

Tints of London Hue #AC85AD

Color information

#AC85AD (or 0xAC85AD) is unknown color: approx London Hue. HEX triplet: AC, 85 and AD. RGB value is (172,133,173). Sum of RGB (Red+Green+Blue) = 172+133+173=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC85AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85AD is #537A52. Grayscale: #959595. Windows color (decimal): -5470803 or 11371948. OLE color: 11371948.

HSL color Cylindrical-coordinate representation of color #AC85AD: hue angle of 298.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC85AD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172133173-
CMYK0.010.2300.32
HSL298.5º19.61%60%-
HSV(B)298.5º23.12%67.84%-
XYZ32.9428.5643.31-
YUV149.22141.42144.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=35.98%
G=27.82%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721331730.010.2300.32298.519.6160
HexAC85AD11702012a143c
Octal2542052551270404522474
Binary101011001000010110101101110111010000010010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85AD; }

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

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

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

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

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

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

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

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