#AC8CAA

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

Shades of London Hue #AC8CAA

Tints of London Hue #AC8CAA

Color information

#AC8CAA (or 0xAC8CAA) is unknown color: approx London Hue. HEX triplet: AC, 8C and AA. RGB value is (172,140,170). Sum of RGB (Red+Green+Blue) = 172+140+170=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CAA is #537355. Grayscale: #989898. Windows color (decimal): -5469014 or 11177132. OLE color: 11177132.

HSL color Cylindrical-coordinate representation of color #AC8CAA: hue angle of 303.75º degrees, saturation: 0.16, 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 #AC8CAA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172140170-
CMYK00.190.010.33
HSL303.75º16.16%61.18%-
HSV(B)303.75º18.6%67.45%-
XYZ33.6530.4342.13-
YUV152.99137.6141.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=35.68%
G=29.05%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214017000.190.010.33303.7516.1661.18
HexAC8CAA013121130103d
Octal2542142520231414602075
Binary101011001000110010101010010011110000110011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CAA; }

 p { color: rgb(172,140,170); }

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

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

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

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

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

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

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