#AC9BAC

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

Shades of London Hue #AC9BAC

Tints of London Hue #AC9BAC

Color information

#AC9BAC (or 0xAC9BAC) is unknown color: approx London Hue. HEX triplet: AC, 9B and AC. RGB value is (172,155,172). Sum of RGB (Red+Green+Blue) = 172+155+172=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BAC is #536453. Grayscale: #A1A1A1. Windows color (decimal): -5465172 or 11312044. OLE color: 11312044.

HSL color Cylindrical-coordinate representation of color #AC9BAC: 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.1%. Process color model (Four color, CMYK) of #AC9BAC is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172155172-
CMYK00.1000.33
HSL300º9.29%64.12%-
HSV(B)300º9.88%67.45%-
XYZ36.1835.1943.92-
YUV162.02133.63135.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=34.47%
G=31.06%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215517200.1000.333009.2964.12
HexAC9BAC0A02112c940
Octal25423325401204145411100
Binary10101100100110111010110001010010000110010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BAC; }

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

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

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

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

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

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

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

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