#AD90AE

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

Shades of London Hue #AD90AE

Tints of London Hue #AD90AE

Color information

#AD90AE (or 0xAD90AE) is unknown color: approx London Hue. HEX triplet: AD, 90 and AE. RGB value is (173,144,174). Sum of RGB (Red+Green+Blue) = 173+144+174=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD90AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AE is #526F51. Grayscale: #9C9C9C. Windows color (decimal): -5402450 or 11440301. OLE color: 11440301.

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

Color convert

RGB173144174-
CMYK0.010.1700.32
HSL298º15.62%62.35%-
HSV(B)298º17.24%68.24%-
XYZ34.8531.8944.36-
YUV156.09138.11140.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=35.23%
G=29.33%
B=35.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731441740.010.1700.3229815.6262.35
HexAD90AE11102012a103e
Octal2552202561210404522076
Binary101011011001000010101110110001010000010010101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90AE; }

 p { color: rgb(173,144,174); }

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

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

 a { background-color: rgb(173,144,174); }

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

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

 span { border-color: rgb(173,144,174); }

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