#AC9DAC

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

Shades of London Hue #AC9DAC

Tints of London Hue #AC9DAC

Color information

#AC9DAC (or 0xAC9DAC) is unknown color: approx London Hue. HEX triplet: AC, 9D and AC. RGB value is (172,157,172). Sum of RGB (Red+Green+Blue) = 172+157+172=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DAC is #536253. Grayscale: #A3A3A3. Windows color (decimal): -5464660 or 11312556. OLE color: 11312556.

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

Color convert

RGB172157172-
CMYK00.0900.33
HSL300º8.29%64.51%-
HSV(B)300º8.72%67.45%-
XYZ36.5235.8644.03-
YUV163.2132.97134.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=34.33%
G=31.34%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215717200.0900.333008.2964.51
HexAC9DAC0902112c841
Octal25423525401104145410101
Binary10101100100111011010110001001010000110010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DAC; }

 p { color: rgb(172,157,172); }

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

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

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

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

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

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

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