#AC96AB

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

Shades of London Hue #AC96AB

Tints of London Hue #AC96AB

Color information

#AC96AB (or 0xAC96AB) is unknown color: approx London Hue. HEX triplet: AC, 96 and AB. RGB value is (172,150,171). Sum of RGB (Red+Green+Blue) = 172+150+171=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AB is #536954. Grayscale: #9E9E9E. Windows color (decimal): -5466453 or 11245228. OLE color: 11245228.

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

Color convert

RGB172150171-
CMYK00.130.010.33
HSL302.73º11.7%63.14%-
HSV(B)302.73º12.79%67.45%-
XYZ35.2733.5243.14-
YUV158.97134.79137.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=34.89%
G=30.43%
B=34.69%

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
Decimal17215017100.130.010.33302.7311.763.14
HexAC96AB0D12112fc3f
Octal2542262530151414571477
Binary1010110010010110101010110110111000011001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96AB; }

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

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

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

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

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

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

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

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