#AD8DAC

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

Shades of London Hue #AD8DAC

Tints of London Hue #AD8DAC

Color information

#AD8DAC (or 0xAD8DAC) is unknown color: approx London Hue. HEX triplet: AD, 8D and AC. RGB value is (173,141,172). Sum of RGB (Red+Green+Blue) = 173+141+172=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAC is #527253. Grayscale: #9A9A9A. Windows color (decimal): -5403220 or 11308461. OLE color: 11308461.

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

Color convert

RGB173141172-
CMYK00.180.010.32
HSL301.88º16.33%61.57%-
HSV(B)301.88º18.5%67.84%-
XYZ34.230.9143.19-
YUV154.1138.1141.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=35.60%
G=29.01%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314117200.180.010.32301.8816.3361.57
HexAD8DAC01212012e103e
Octal2552152540221404562076
Binary101011011000110110101100010010110000010010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DAC; }

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

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

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

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

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

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

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

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