#AC95AC

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

Shades of London Hue #AC95AC

Tints of London Hue #AC95AC

Color information

#AC95AC (or 0xAC95AC) is unknown color: approx London Hue. HEX triplet: AC, 95 and AC. RGB value is (172,149,172). Sum of RGB (Red+Green+Blue) = 172+149+172=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95AC is #536A53. Grayscale: #9E9E9E. Windows color (decimal): -5466708 or 11310508. OLE color: 11310508.

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

Color convert

RGB172149172-
CMYK00.1300.33
HSL300º12.17%62.94%-
HSV(B)300º13.37%67.45%-
XYZ35.2133.2443.59-
YUV158.5135.62137.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=34.89%
G=30.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214917200.1300.3330012.1762.94
HexAC95AC0D02112cc3f
Octal2542252540150414541477
Binary1010110010010101101011000110101000011001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95AC; }

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

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

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

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

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

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

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

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