#AC96AD

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

Shades of London Hue #AC96AD

Tints of London Hue #AC96AD

Color information

#AC96AD (or 0xAC96AD) is unknown color: approx London Hue. HEX triplet: AC, 96 and AD. RGB value is (172,150,173). Sum of RGB (Red+Green+Blue) = 172+150+173=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AD is #536952. Grayscale: #9F9F9F. Windows color (decimal): -5466451 or 11376300. OLE color: 11376300.

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

Color convert

RGB172150173-
CMYK0.010.1300.32
HSL297.39º12.3%63.33%-
HSV(B)297.39º13.29%67.84%-
XYZ35.4633.644.15-
YUV159.2135.79137.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=34.75%
G=30.30%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721501730.010.1300.32297.3912.363.33
HexAC96AD1D020129c3f
Octal2542262551150404511477
Binary1010110010010110101011011110101000001001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96AD; }

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

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

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

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

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

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

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

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