#AC80A6

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

Shades of London Hue #AC80A6

Tints of London Hue #AC80A6

Color information

#AC80A6 (or 0xAC80A6) is unknown color: approx London Hue. HEX triplet: AC, 80 and A6. RGB value is (172,128,166). Sum of RGB (Red+Green+Blue) = 172+128+166=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC80A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80A6 is #537F59. Grayscale: #919191. Windows color (decimal): -5472090 or 10911916. OLE color: 10911916.

HSL color Cylindrical-coordinate representation of color #AC80A6: hue angle of 308.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC80A6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172128166-
CMYK00.260.030.33
HSL308.18º20.95%58.82%-
HSV(B)308.18º25.58%67.45%-
XYZ31.6226.9639.61-
YUV145.49139.58146.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=36.91%
G=27.47%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212816600.260.030.33308.1820.9558.82
HexAC80A601A321134153b
Octal2542002460323414642573
Binary1010110010000000101001100110101110000110011010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80A6; }

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

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

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

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

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

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

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

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