#AC8AA8

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

Shades of London Hue #AC8AA8

Tints of London Hue #AC8AA8

Color information

#AC8AA8 (or 0xAC8AA8) is unknown color: approx London Hue. HEX triplet: AC, 8A and A8. RGB value is (172,138,168). Sum of RGB (Red+Green+Blue) = 172+138+168=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AA8 is #537557. Grayscale: #979797. Windows color (decimal): -5469528 or 11045548. OLE color: 11045548.

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

Color convert

RGB172138168-
CMYK00.200.020.33
HSL307.06º17%60.78%-
HSV(B)307.06º19.77%67.45%-
XYZ33.1729.7741.04-
YUV151.59137.26142.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=35.98%
G=28.87%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213816800.200.020.33307.061760.78
HexAC8AA8014221133113d
Octal2542122500242414632175
Binary1010110010001010101010000101001010000110011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AA8; }

 p { color: rgb(172,138,168); }

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

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

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

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

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

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

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