#AC9FAD

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

Shades of London Hue #AC9FAD

Tints of London Hue #AC9FAD

Color information

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

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

Color convert

RGB172159173-
CMYK0.010.0800.32
HSL295.71º7.87%65.1%-
HSV(B)295.71º8.09%67.84%-
XYZ36.9536.5844.65-
YUV164.48132.81133.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721591730.010.0800.32295.717.8765.1
HexAC9FAD18020128841
Octal25423725511004045010101
Binary10101100100111111010110111000010000010010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FAD; }

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

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

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

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

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

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

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

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