#AC80AE

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

Shades of London Hue #AC80AE

Tints of London Hue #AC80AE

Color information

#AC80AE (or 0xAC80AE) is unknown color: approx London Hue. HEX triplet: AC, 80 and AE. RGB value is (172,128,174). Sum of RGB (Red+Green+Blue) = 172+128+174=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80AE is #537F51. Grayscale: #929292. Windows color (decimal): -5472082 or 11436204. OLE color: 11436204.

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

Color convert

RGB172128174-
CMYK0.010.2600.32
HSL297.39º22.12%59.22%-
HSV(B)297.39º26.44%68.24%-
XYZ32.3727.2643.6-
YUV146.4143.58146.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=36.29%
G=27.00%
B=36.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721281740.010.2600.32297.3922.1259.22
HexAC80AE11A020129163b
Octal2542002561320404512673
Binary101011001000000010101110111010010000010010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80AE; }

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

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

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

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

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

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

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

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