#AC9CAD

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

Shades of London Hue #AC9CAD

Tints of London Hue #AC9CAD

Color information

#AC9CAD (or 0xAC9CAD) is unknown color: approx London Hue. HEX triplet: AC, 9C and AD. RGB value is (172,156,173). Sum of RGB (Red+Green+Blue) = 172+156+173=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAD is #536352. Grayscale: #A2A2A2. Windows color (decimal): -5464915 or 11377836. OLE color: 11377836.

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

Color convert

RGB172156173-
CMYK0.010.1000.32
HSL296.47º9.39%64.51%-
HSV(B)296.47º9.83%67.84%-
XYZ36.4435.5644.48-
YUV162.72133.8134.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=34.33%
G=31.14%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721561730.010.1000.32296.479.3964.51
HexAC9CAD1A020128941
Octal25423425511204045011101
Binary10101100100111001010110111010010000010010100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CAD; }

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

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

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

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

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

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

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

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