#AD88AF

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

Shades of London Hue #AD88AF

Tints of London Hue #AD88AF

Color information

#AD88AF (or 0xAD88AF) is unknown color: approx London Hue. HEX triplet: AD, 88 and AF. RGB value is (173,136,175). Sum of RGB (Red+Green+Blue) = 173+136+175=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88AF is #527750. Grayscale: #979797. Windows color (decimal): -5404497 or 11503789. OLE color: 11503789.

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

Color convert

RGB173136175-
CMYK0.010.2200.31
HSL296.92º19.6%60.98%-
HSV(B)296.92º22.29%68.63%-
XYZ33.7829.5944.49-
YUV151.51141.26143.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=35.74%
G=28.10%
B=36.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731361750.010.2200.31296.9219.660.98
HexAD88AF11601F129143d
Octal2552102571260374512475
Binary10101101100010001010111111011001111110010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88AF; }

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

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

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

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

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

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

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

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