#AC82AC

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

Shades of London Hue #AC82AC

Tints of London Hue #AC82AC

Color information

#AC82AC (or 0xAC82AC) is unknown color: approx London Hue. HEX triplet: AC, 82 and AC. RGB value is (172,130,172). Sum of RGB (Red+Green+Blue) = 172+130+172=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AC is #537D53. Grayscale: #939393. Windows color (decimal): -5471572 or 11305644. OLE color: 11305644.

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

Color convert

RGB172130172-
CMYK00.2400.33
HSL300º20.19%59.22%-
HSV(B)300º24.42%67.45%-
XYZ32.4427.7142.67-
YUV147.35141.91145.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=36.29%
G=27.43%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213017200.2400.3330020.1959.22
HexAC82AC01802112c143b
Octal2542022540300414542473
Binary101011001000001010101100011000010000110010110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82AC; }

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

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

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

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

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

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

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

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