#AD8BAC

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

Shades of London Hue #AD8BAC

Tints of London Hue #AD8BAC

Color information

#AD8BAC (or 0xAD8BAC) is unknown color: approx London Hue. HEX triplet: AD, 8B and AC. RGB value is (173,139,172). Sum of RGB (Red+Green+Blue) = 173+139+172=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAC is #527453. Grayscale: #989898. Windows color (decimal): -5403732 or 11307949. OLE color: 11307949.

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

Color convert

RGB173139172-
CMYK00.200.010.32
HSL301.76º17.17%61.18%-
HSV(B)301.76º19.65%67.84%-
XYZ33.9130.3343.1-
YUV152.93138.76142.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=35.74%
G=28.72%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313917200.200.010.32301.7617.1761.18
HexAD8BAC01412012e113d
Octal2552132540241404562175
Binary101011011000101110101100010100110000010010111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BAC; }

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

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

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

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

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

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

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

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