#AD9FAC

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

Shades of London Hue #AD9FAC

Tints of London Hue #AD9FAC

Color information

#AD9FAC (or 0xAD9FAC) is unknown color: approx London Hue. HEX triplet: AD, 9F and AC. RGB value is (173,159,172). Sum of RGB (Red+Green+Blue) = 173+159+172=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAC is #526053. Grayscale: #A4A4A4. Windows color (decimal): -5398612 or 11313069. OLE color: 11313069.

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

Color convert

RGB173159172-
CMYK00.080.010.32
HSL304.29º7.87%65.1%-
HSV(B)304.29º8.09%67.84%-
XYZ37.0836.6644.15-
YUV164.67132.14133.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=34.33%
G=31.55%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315917200.080.010.32304.297.8765.1
HexAD9FAC08120130841
Octal25523725401014046010101
Binary10101101100111111010110001000110000010011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FAC; }

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

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

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

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

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

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

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

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