#AD8EAB

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

Shades of London Hue #AD8EAB

Tints of London Hue #AD8EAB

Color information

#AD8EAB (or 0xAD8EAB) is unknown color: approx London Hue. HEX triplet: AD, 8E and AB. RGB value is (173,142,171). Sum of RGB (Red+Green+Blue) = 173+142+171=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EAB is #527154. Grayscale: #9A9A9A. Windows color (decimal): -5402965 or 11243181. OLE color: 11243181.

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

Color convert

RGB173142171-
CMYK00.180.010.32
HSL303.87º15.9%61.76%-
HSV(B)303.87º17.92%67.84%-
XYZ34.2631.1742.74-
YUV154.57137.27141.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=35.60%
G=29.22%
B=35.19%

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
Decimal17314217100.180.010.32303.8715.961.76
HexAD8EAB012120130103e
Octal2552162530221404602076
Binary101011011000111010101011010010110000010011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8EAB; }

 p { color: rgb(173,142,171); }

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

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

 a { background-color: rgb(173,142,171); }

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

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

 span { border-color: rgb(173,142,171); }

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