#AD8EA6

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

Shades of London Hue #AD8EA6

Tints of London Hue #AD8EA6

Color information

#AD8EA6 (or 0xAD8EA6) is unknown color: approx London Hue. HEX triplet: AD, 8E and A6. RGB value is (173,142,166). Sum of RGB (Red+Green+Blue) = 173+142+166=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EA6 is #527159. Grayscale: #999999. Windows color (decimal): -5402970 or 10915501. OLE color: 10915501.

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

Color convert

RGB173142166-
CMYK00.180.040.32
HSL313.55º15.9%61.76%-
HSV(B)313.55º17.92%67.84%-
XYZ33.7930.9840.28-
YUV154134.77141.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=35.97%
G=29.52%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314216600.180.040.32313.5515.961.76
HexAD8EA601242013a103e
Octal2552162460224404722076
Binary10101101100011101010011001001010010000010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8EA6; }

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

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

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

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

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

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

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

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