#AD99AC

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

Shades of London Hue #AD99AC

Tints of London Hue #AD99AC

Color information

#AD99AC (or 0xAD99AC) is unknown color: approx London Hue. HEX triplet: AD, 99 and AC. RGB value is (173,153,172). Sum of RGB (Red+Green+Blue) = 173+153+172=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AC is #526653. Grayscale: #A1A1A1. Windows color (decimal): -5400148 or 11311533. OLE color: 11311533.

HSL color Cylindrical-coordinate representation of color #AD99AC: hue angle of 303º 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 #AD99AC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173153172-
CMYK00.120.010.32
HSL303º10.87%63.92%-
HSV(B)303º11.56%67.84%-
XYZ36.0734.6543.82-
YUV161.15134.13136.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=34.74%
G=30.72%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315317200.120.010.3230310.8763.92
HexAD99AC0C12012fb40
Octal25523125401414045713100
Binary10101101100110011010110001100110000010010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99AC; }

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

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

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

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

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

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

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

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