#AC9CAC

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

Shades of London Hue #AC9CAC

Tints of London Hue #AC9CAC

Color information

#AC9CAC (or 0xAC9CAC) is unknown color: approx London Hue. HEX triplet: AC, 9C and AC. RGB value is (172,156,172). Sum of RGB (Red+Green+Blue) = 172+156+172=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAC is #536353. Grayscale: #A2A2A2. Windows color (decimal): -5464916 or 11312300. OLE color: 11312300.

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

Color convert

RGB172156172-
CMYK00.0900.33
HSL300º8.79%64.31%-
HSV(B)300º9.3%67.45%-
XYZ36.3535.5343.97-
YUV162.61133.3134.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=34.4%
G=31.2%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215617200.0900.333008.7964.31
HexAC9CAC0902112c940
Octal25423425401104145411100
Binary10101100100111001010110001001010000110010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CAC; }

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

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

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

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

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

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

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

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