#AC8BA6

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

Shades of London Hue #AC8BA6

Tints of London Hue #AC8BA6

Color information

#AC8BA6 (or 0xAC8BA6) is unknown color: approx London Hue. HEX triplet: AC, 8B and A6. RGB value is (172,139,166). Sum of RGB (Red+Green+Blue) = 172+139+166=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8BA6 is #537459. Grayscale: #979797. Windows color (decimal): -5469274 or 10914732. OLE color: 10914732.

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

Color convert

RGB172139166-
CMYK00.190.030.33
HSL310.91º16.58%60.98%-
HSV(B)310.91º19.19%67.45%-
XYZ33.1329.9940.12-
YUV151.94135.93142.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=36.06%
G=29.14%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213916600.190.030.33310.9116.5860.98
HexAC8BA6013321137113d
Octal2542132460233414672175
Binary1010110010001011101001100100111110000110011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BA6; }

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

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

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

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

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

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

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

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