#AD9EAA

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

Shades of London Hue #AD9EAA

Tints of London Hue #AD9EAA

Color information

#AD9EAA (or 0xAD9EAA) is unknown color: approx London Hue. HEX triplet: AD, 9E and AA. RGB value is (173,158,170). Sum of RGB (Red+Green+Blue) = 173+158+170=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAA is #526155. Grayscale: #A3A3A3. Windows color (decimal): -5398870 or 11181741. OLE color: 11181741.

HSL color Cylindrical-coordinate representation of color #AD9EAA: hue angle of 312º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9EAA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173158170-
CMYK00.090.020.32
HSL312º8.38%64.9%-
HSV(B)312º8.67%67.84%-
XYZ36.7236.2443.09-
YUV163.85131.47134.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=34.53%
G=31.54%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315817000.090.020.323128.3864.9
HexAD9EAA09220138841
Octal25523625201124047010101
Binary101011011001111010101010010011010000010011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EAA; }

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

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

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

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

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

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

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

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