#AC96AE

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

Shades of London Hue #AC96AE

Tints of London Hue #AC96AE

Color information

#AC96AE (or 0xAC96AE) is unknown color: approx London Hue. HEX triplet: AC, 96 and AE. RGB value is (172,150,174). Sum of RGB (Red+Green+Blue) = 172+150+174=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AE is #536951. Grayscale: #9F9F9F. Windows color (decimal): -5466450 or 11441836. OLE color: 11441836.

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

Color convert

RGB172150174-
CMYK0.010.1400.32
HSL295º12.9%63.53%-
HSV(B)295º13.79%68.24%-
XYZ35.5633.6444.66-
YUV159.31136.29137.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=34.68%
G=30.24%
B=35.08%

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
Decimal1721501740.010.1400.3229512.963.53
HexAC96AE1E020127d40
Octal25422625611604044715100
Binary10101100100101101010111011110010000010010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96AE; }

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

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

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

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

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

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

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

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