#AC82AF

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

Shades of London Hue #AC82AF

Tints of London Hue #AC82AF

Color information

#AC82AF (or 0xAC82AF) is unknown color: approx London Hue. HEX triplet: AC, 82 and AF. RGB value is (172,130,175). Sum of RGB (Red+Green+Blue) = 172+130+175=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC82AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AF is #537D50. Grayscale: #939393. Windows color (decimal): -5471569 or 11502252. OLE color: 11502252.

HSL color Cylindrical-coordinate representation of color #AC82AF: hue angle of 296º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC82AF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172130175-
CMYK0.020.2600.31
HSL296º21.95%59.8%-
HSV(B)296º25.71%68.63%-
XYZ32.7327.8344.2-
YUV147.69143.41145.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=36.06%
G=27.25%
B=36.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721301750.020.2600.3129621.9559.8
HexAC82AF21A01F128163c
Octal2542022572320374502674
Binary101011001000001010101111101101001111110010100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82AF; }

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

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

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

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

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

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

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

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