#AD85AC

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

Shades of London Hue #AD85AC

Tints of London Hue #AD85AC

Color information

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

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

Color convert

RGB173133172-
CMYK00.230.010.32
HSL301.5º19.61%60%-
HSV(B)301.5º23.12%67.84%-
XYZ33.0728.6442.81-
YUV149.41140.75144.83-

RGB Variations

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

RGB

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

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
Decimal17313317200.230.010.32301.519.6160
HexAD85AC01712012e143c
Octal2552052540271404562474
Binary101011011000010110101100010111110000010010111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85AC; }

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

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

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

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

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

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

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

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