#AC96A9

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

Shades of London Hue #AC96A9

Tints of London Hue #AC96A9

Color information

#AC96A9 (or 0xAC96A9) is unknown color: approx London Hue. HEX triplet: AC, 96 and A9. RGB value is (172,150,169). Sum of RGB (Red+Green+Blue) = 172+150+169=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96A9 is #536956. Grayscale: #9E9E9E. Windows color (decimal): -5466455 or 11114156. OLE color: 11114156.

HSL color Cylindrical-coordinate representation of color #AC96A9: hue angle of 308.18º 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 #AC96A9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172150169-
CMYK00.130.020.33
HSL308.18º11.7%63.14%-
HSV(B)308.18º12.79%67.45%-
XYZ35.0833.4542.14-
YUV158.74133.79137.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=35.03%
G=30.55%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215016900.130.020.33308.1811.763.14
HexAC96A90D221134c3f
Octal2542262510152414641477
Binary10101100100101101010100101101101000011001101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96A9; }

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

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

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

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

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

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

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

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