#AD92AE

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

Shades of London Hue #AD92AE

Tints of London Hue #AD92AE

Color information

#AD92AE (or 0xAD92AE) is unknown color: approx London Hue. HEX triplet: AD, 92 and AE. RGB value is (173,146,174). Sum of RGB (Red+Green+Blue) = 173+146+174=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD92AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AE is #526D51. Grayscale: #9D9D9D. Windows color (decimal): -5401938 or 11440813. OLE color: 11440813.

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

Color convert

RGB173146174-
CMYK0.010.1600.32
HSL297.86º14.74%62.75%-
HSV(B)297.86º16.09%68.24%-
XYZ35.1532.544.46-
YUV157.27137.45139.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=35.09%
G=29.61%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731461740.010.1600.32297.8614.7462.75
HexAD92AE11002012af3f
Octal2552222561200404521777
Binary10101101100100101010111011000001000001001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92AE; }

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

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

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

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

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

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

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

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