#AD9FAA

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

Shades of London Hue #AD9FAA

Tints of London Hue #AD9FAA

Color information

#AD9FAA (or 0xAD9FAA) is unknown color: approx London Hue. HEX triplet: AD, 9F and AA. RGB value is (173,159,170). Sum of RGB (Red+Green+Blue) = 173+159+170=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAA is #526055. Grayscale: #A4A4A4. Windows color (decimal): -5398614 or 11181997. OLE color: 11181997.

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

Color convert

RGB173159170-
CMYK00.080.020.32
HSL312.86º7.87%65.1%-
HSV(B)312.86º8.09%67.84%-
XYZ36.8936.5843.15-
YUV164.44131.14134.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=34.46%
G=31.67%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315917000.080.020.32312.867.8765.1
HexAD9FAA08220139841
Octal25523725201024047110101
Binary101011011001111110101010010001010000010011100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FAA; }

 p { color: rgb(173,159,170); }

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

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

 a { background-color: rgb(173,159,170); }

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

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

 span { border-color: rgb(173,159,170); }

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