#AC89AC

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

Shades of London Hue #AC89AC

Tints of London Hue #AC89AC

Color information

#AC89AC (or 0xAC89AC) is unknown color: approx London Hue. HEX triplet: AC, 89 and AC. RGB value is (172,137,172). Sum of RGB (Red+Green+Blue) = 172+137+172=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC89AC is #537653. Grayscale: #979797. Windows color (decimal): -5469780 or 11307436. OLE color: 11307436.

HSL color Cylindrical-coordinate representation of color #AC89AC: hue angle of 300º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC89AC is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172137172-
CMYK00.2000.33
HSL300º17.41%60.59%-
HSV(B)300º20.35%67.45%-
XYZ33.4129.6442.99-
YUV151.45139.6142.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=35.76%
G=28.48%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213717200.2000.3330017.4160.59
HexAC89AC01402112c113d
Octal2542112540240414542175
Binary101011001000100110101100010100010000110010110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89AC; }

 p { color: rgb(172,137,172); }

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

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

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

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

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

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

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