#AC84AB

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

Shades of London Hue #AC84AB

Tints of London Hue #AC84AB

Color information

#AC84AB (or 0xAC84AB) is unknown color: approx London Hue. HEX triplet: AC, 84 and AB. RGB value is (172,132,171). Sum of RGB (Red+Green+Blue) = 172+132+171=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AB is #537B54. Grayscale: #949494. Windows color (decimal): -5471061 or 11240620. OLE color: 11240620.

HSL color Cylindrical-coordinate representation of color #AC84AB: hue angle of 301.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC84AB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172132171-
CMYK00.230.010.33
HSL301.5º19.42%59.61%-
HSV(B)301.5º23.26%67.45%-
XYZ32.6228.2142.25-
YUV148.41140.75144.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 171 (67.19% from 255) = 36%
R=36.21%
G=27.79%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213217100.230.010.33301.519.4259.61
HexAC84AB01712112e133c
Octal2542042530271414562374
Binary101011001000010010101011010111110000110010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84AB; }

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

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

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

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

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

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

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

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