#AC95AE

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

Shades of London Hue #AC95AE

Tints of London Hue #AC95AE

Color information

#AC95AE (or 0xAC95AE) is unknown color: approx London Hue. HEX triplet: AC, 95 and AE. RGB value is (172,149,174). Sum of RGB (Red+Green+Blue) = 172+149+174=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC95AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95AE is #536A51. Grayscale: #9E9E9E. Windows color (decimal): -5466706 or 11441580. OLE color: 11441580.

HSL color Cylindrical-coordinate representation of color #AC95AE: hue angle of 295.2º 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 #AC95AE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172149174-
CMYK0.010.1400.32
HSL295.2º13.37%63.33%-
HSV(B)295.2º14.37%68.24%-
XYZ35.433.3244.61-
YUV158.73136.62137.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=34.75%
G=30.10%
B=35.15%

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
Decimal1721491740.010.1400.32295.213.3763.33
HexAC95AE1E020127d3f
Octal2542252561160404471577
Binary1010110010010101101011101111001000001001001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95AE; }

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

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

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

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

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

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

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

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