#AD92AB

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

Shades of London Hue #AD92AB

Tints of London Hue #AD92AB

Color information

#AD92AB (or 0xAD92AB) is unknown color: approx London Hue. HEX triplet: AD, 92 and AB. RGB value is (173,146,171). Sum of RGB (Red+Green+Blue) = 173+146+171=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AB is #526D54. Grayscale: #9C9C9C. Windows color (decimal): -5401941 or 11244205. OLE color: 11244205.

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

Color convert

RGB173146171-
CMYK00.160.010.32
HSL304.44º14.14%62.55%-
HSV(B)304.44º15.61%67.84%-
XYZ34.8632.3842.94-
YUV156.92135.95139.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=35.31%
G=29.80%
B=34.90%

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
Decimal17314617100.160.010.32304.4414.1462.55
HexAD92AB010120130e3f
Octal2552222530201404601677
Binary10101101100100101010101101000011000001001100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92AB; }

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

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

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

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

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

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

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

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