#AD86AC

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

Shades of London Hue #AD86AC

Tints of London Hue #AD86AC

Color information

#AD86AC (or 0xAD86AC) is unknown color: approx London Hue. HEX triplet: AD, 86 and AC. RGB value is (173,134,172). Sum of RGB (Red+Green+Blue) = 173+134+172=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86AC is #527953. Grayscale: #959595. Windows color (decimal): -5405012 or 11306669. OLE color: 11306669.

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

Color convert

RGB173134172-
CMYK00.230.010.32
HSL301.54º19.21%60.2%-
HSV(B)301.54º22.54%67.84%-
XYZ33.2128.9142.86-
YUV149.99140.42144.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=36.12%
G=27.97%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313417200.230.010.32301.5419.2160.2
HexAD86AC01712012e133c
Octal2552062540271404562374
Binary101011011000011010101100010111110000010010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86AC; }

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

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

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

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

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

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

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

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