#AD8EAA

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

Shades of London Hue #AD8EAA

Tints of London Hue #AD8EAA

Color information

#AD8EAA (or 0xAD8EAA) is unknown color: approx London Hue. HEX triplet: AD, 8E and AA. RGB value is (173,142,170). Sum of RGB (Red+Green+Blue) = 173+142+170=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EAA is #527155. Grayscale: #9A9A9A. Windows color (decimal): -5402966 or 11177645. OLE color: 11177645.

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

Color convert

RGB173142170-
CMYK00.180.020.32
HSL305.81º15.9%61.76%-
HSV(B)305.81º17.92%67.84%-
XYZ34.1631.1342.24-
YUV154.46136.77141.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=35.67%
G=29.28%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314217000.180.020.32305.8115.961.76
HexAD8EAA012220132103e
Octal2552162520222404622076
Binary1010110110001110101010100100101010000010011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8EAA; }

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

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

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

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

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

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

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

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