#AC95AD

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

Shades of London Hue #AC95AD

Tints of London Hue #AC95AD

Color information

#AC95AD (or 0xAC95AD) is unknown color: approx London Hue. HEX triplet: AC, 95 and AD. RGB value is (172,149,173). Sum of RGB (Red+Green+Blue) = 172+149+173=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95AD is #536A52. Grayscale: #9E9E9E. Windows color (decimal): -5466707 or 11376044. OLE color: 11376044.

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

Color convert

RGB172149173-
CMYK0.010.1400.32
HSL297.5º12.77%63.14%-
HSV(B)297.5º13.87%67.84%-
XYZ35.333.2844.1-
YUV158.61136.12137.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=34.82%
G=30.16%
B=35.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721491730.010.1400.32297.512.7763.14
HexAC95AD1E02012ad3f
Octal2542252551160404521577
Binary1010110010010101101011011111001000001001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95AD; }

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

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

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

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

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

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

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

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