#AD97AF

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

Shades of London Hue #AD97AF

Tints of London Hue #AD97AF

Color information

#AD97AF (or 0xAD97AF) is unknown color: approx London Hue. HEX triplet: AD, 97 and AF. RGB value is (173,151,175). Sum of RGB (Red+Green+Blue) = 173+151+175=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97AF is #526850. Grayscale: #A0A0A0. Windows color (decimal): -5400657 or 11507629. OLE color: 11507629.

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

Color convert

RGB173151175-
CMYK0.010.1400.31
HSL295º13.04%63.92%-
HSV(B)295º13.71%68.63%-
XYZ36.0434.1145.24-
YUV160.31136.29137.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=34.67%
G=30.26%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731511750.010.1400.3129513.0463.92
HexAD97AF1E01F127d40
Octal25522725711603744715100
Binary1010110110010111101011111111001111110010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97AF; }

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

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

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

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

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

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

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

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