#AD92AC

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

Shades of London Hue #AD92AC

Tints of London Hue #AD92AC

Color information

#AD92AC (or 0xAD92AC) is unknown color: approx London Hue. HEX triplet: AD, 92 and AC. RGB value is (173,146,172). Sum of RGB (Red+Green+Blue) = 173+146+172=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AC is #526D53. Grayscale: #9C9C9C. Windows color (decimal): -5401940 or 11309741. OLE color: 11309741.

HSL color Cylindrical-coordinate representation of color #AD92AC: hue angle of 302.22º degrees, saturation: 0.14, 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 #AD92AC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173146172-
CMYK00.160.010.32
HSL302.22º14.14%62.55%-
HSV(B)302.22º15.61%67.84%-
XYZ34.9632.4243.44-
YUV157.04136.45139.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=35.23%
G=29.74%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314617200.160.010.32302.2214.1462.55
HexAD92AC01012012ee3f
Octal2552222540201404561677
Binary10101101100100101010110001000011000001001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92AC; }

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

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

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

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

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

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

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

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