#AC84AE

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

Shades of London Hue #AC84AE

Tints of London Hue #AC84AE

Color information

#AC84AE (or 0xAC84AE) is unknown color: approx London Hue. HEX triplet: AC, 84 and AE. RGB value is (172,132,174). Sum of RGB (Red+Green+Blue) = 172+132+174=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC84AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AE is #537B51. Grayscale: #949494. Windows color (decimal): -5471058 or 11437228. OLE color: 11437228.

HSL color Cylindrical-coordinate representation of color #AC84AE: hue angle of 297.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC84AE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172132174-
CMYK0.010.2400.32
HSL297.14º20.59%60%-
HSV(B)297.14º24.14%68.24%-
XYZ32.928.3343.78-
YUV148.75142.25144.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=35.98%
G=27.62%
B=36.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721321740.010.2400.32297.1420.5960
HexAC84AE118020129153c
Octal2542042561300404512574
Binary101011001000010010101110111000010000010010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84AE; }

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

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

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

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

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

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

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

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