#AD97AB

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

Shades of London Hue #AD97AB

Tints of London Hue #AD97AB

Color information

#AD97AB (or 0xAD97AB) is unknown color: approx London Hue. HEX triplet: AD, 97 and AB. RGB value is (173,151,171). Sum of RGB (Red+Green+Blue) = 173+151+171=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97AB is #526854. Grayscale: #9F9F9F. Windows color (decimal): -5400661 or 11245485. OLE color: 11245485.

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

Color convert

RGB173151171-
CMYK00.130.010.32
HSL305.45º11.83%63.53%-
HSV(B)305.45º12.72%67.84%-
XYZ35.6533.9643.2-
YUV159.86134.29137.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=34.95%
G=30.51%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315117100.130.010.32305.4511.8363.53
HexAD97AB0D120131c40
Octal25522725301514046114100
Binary10101101100101111010101101101110000010011000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97AB; }

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

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

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

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

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

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

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

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