#AD99AF

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

Shades of London Hue #AD99AF

Tints of London Hue #AD99AF

Color information

#AD99AF (or 0xAD99AF) is unknown color: approx London Hue. HEX triplet: AD, 99 and AF. RGB value is (173,153,175). Sum of RGB (Red+Green+Blue) = 173+153+175=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AF is #526650. Grayscale: #A1A1A1. Windows color (decimal): -5400145 or 11508141. OLE color: 11508141.

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

Color convert

RGB173153175-
CMYK0.010.1300.31
HSL294.55º12.09%64.31%-
HSV(B)294.55º12.57%68.63%-
XYZ36.3634.7645.35-
YUV161.49135.63136.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=34.53%
G=30.54%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731531750.010.1300.31294.5512.0964.31
HexAD99AF1D01F127c40
Octal25523125711503744714100
Binary1010110110011001101011111110101111110010011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99AF; }

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

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

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

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

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

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

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

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