#AD9AAC

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

Shades of London Hue #AD9AAC

Tints of London Hue #AD9AAC

Color information

#AD9AAC (or 0xAD9AAC) is unknown color: approx London Hue. HEX triplet: AD, 9A and AC. RGB value is (173,154,172). Sum of RGB (Red+Green+Blue) = 173+154+172=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AAC is #526553. Grayscale: #A1A1A1. Windows color (decimal): -5399892 or 11311789. OLE color: 11311789.

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

Color convert

RGB173154172-
CMYK00.110.010.32
HSL303.16º10.38%64.12%-
HSV(B)303.16º10.98%67.84%-
XYZ36.2434.9743.87-
YUV161.73133.79136.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=34.67%
G=30.86%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315417200.110.010.32303.1610.3864.12
HexAD9AAC0B12012fa40
Octal25523225401314045712100
Binary10101101100110101010110001011110000010010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AAC; }

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

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

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

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

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

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

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

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