#AC85AB

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

Shades of London Hue #AC85AB

Tints of London Hue #AC85AB

Color information

#AC85AB (or 0xAC85AB) is unknown color: approx London Hue. HEX triplet: AC, 85 and AB. RGB value is (172,133,171). Sum of RGB (Red+Green+Blue) = 172+133+171=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC85AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85AB is #537A54. Grayscale: #949494. Windows color (decimal): -5470805 or 11240876. OLE color: 11240876.

HSL color Cylindrical-coordinate representation of color #AC85AB: hue angle of 301.54º 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 #AC85AB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172133171-
CMYK00.230.010.33
HSL301.54º19.02%59.8%-
HSV(B)301.54º22.67%67.45%-
XYZ32.7528.4942.3-
YUV148.99140.42144.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=36.13%
G=27.94%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213317100.230.010.33301.5419.0259.8
HexAC85AB01712112e133c
Octal2542052530271414562374
Binary101011001000010110101011010111110000110010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85AB; }

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

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

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

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

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

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

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

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