#AC94AC

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

Shades of London Hue #AC94AC

Tints of London Hue #AC94AC

Color information

#AC94AC (or 0xAC94AC) is unknown color: approx London Hue. HEX triplet: AC, 94 and AC. RGB value is (172,148,172). Sum of RGB (Red+Green+Blue) = 172+148+172=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AC is #536B53. Grayscale: #9D9D9D. Windows color (decimal): -5466964 or 11310252. OLE color: 11310252.

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

Color convert

RGB172148172-
CMYK00.1400.33
HSL300º12.63%62.75%-
HSV(B)300º13.95%67.45%-
XYZ35.0532.9343.54-
YUV157.91135.95138.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=34.96%
G=30.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214817200.1400.3330012.6362.75
HexAC94AC0E02112cd3f
Octal2542242540160414541577
Binary1010110010010100101011000111001000011001011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94AC; }

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

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

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

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

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

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

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

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