#AC81AA

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

Shades of London Hue #AC81AA

Tints of London Hue #AC81AA

Color information

#AC81AA (or 0xAC81AA) is unknown color: approx London Hue. HEX triplet: AC, 81 and AA. RGB value is (172,129,170). Sum of RGB (Red+Green+Blue) = 172+129+170=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AA is #537E55. Grayscale: #929292. Windows color (decimal): -5471830 or 11174316. OLE color: 11174316.

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

Color convert

RGB172129170-
CMYK00.250.010.33
HSL302.79º20.57%59.02%-
HSV(B)302.79º25%67.45%-
XYZ32.1227.3741.62-
YUV146.53141.25146.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=36.52%
G=27.39%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212917000.250.010.33302.7920.5759.02
HexAC81AA01912112f153b
Octal2542012520311414572573
Binary101011001000000110101010011001110000110010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81AA; }

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

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

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

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

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

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

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

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