#AD99A9

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

Shades of London Hue #AD99A9

Tints of London Hue #AD99A9

Color information

#AD99A9 (or 0xAD99A9) is unknown color: approx London Hue. HEX triplet: AD, 99 and A9. RGB value is (173,153,169). Sum of RGB (Red+Green+Blue) = 173+153+169=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99A9 is #526656. Grayscale: #A0A0A0. Windows color (decimal): -5400151 or 11114925. OLE color: 11114925.

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

Color convert

RGB173153169-
CMYK00.120.020.32
HSL312º10.87%63.92%-
HSV(B)312º11.56%67.84%-
XYZ35.7934.5342.32-
YUV160.8132.63136.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=34.95%
G=30.91%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315316900.120.020.3231210.8763.92
HexAD99A90C220138b40
Octal25523125101424047013100
Binary101011011001100110101001011001010000010011100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99A9; }

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

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

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

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

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

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

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

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