#AC96AA

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

Shades of London Hue #AC96AA

Tints of London Hue #AC96AA

Color information

#AC96AA (or 0xAC96AA) is unknown color: approx London Hue. HEX triplet: AC, 96 and AA. RGB value is (172,150,170). Sum of RGB (Red+Green+Blue) = 172+150+170=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AA is #536955. Grayscale: #9E9E9E. Windows color (decimal): -5466454 or 11179692. OLE color: 11179692.

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

Color convert

RGB172150170-
CMYK00.130.010.33
HSL305.45º11.7%63.14%-
HSV(B)305.45º12.79%67.45%-
XYZ35.1833.4942.64-
YUV158.86134.29137.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=34.96%
G=30.49%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215017000.130.010.33305.4511.763.14
HexAC96AA0D121131c3f
Octal2542262520151414611477
Binary1010110010010110101010100110111000011001100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96AA; }

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

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

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

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

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

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

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

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