#AC93AA

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

Shades of London Hue #AC93AA

Tints of London Hue #AC93AA

Color information

#AC93AA (or 0xAC93AA) is unknown color: approx London Hue. HEX triplet: AC, 93 and AA. RGB value is (172,147,170). Sum of RGB (Red+Green+Blue) = 172+147+170=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93AA is #536C55. Grayscale: #9D9D9D. Windows color (decimal): -5467222 or 11178924. OLE color: 11178924.

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

Color convert

RGB172147170-
CMYK00.150.010.33
HSL304.8º13.09%62.55%-
HSV(B)304.8º14.53%67.45%-
XYZ34.732.5442.48-
YUV157.1135.28138.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=35.17%
G=30.06%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214717000.150.010.33304.813.0962.55
HexAC93AA0F121131d3f
Octal2542232520171414611577
Binary1010110010010011101010100111111000011001100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93AA; }

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

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

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

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

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

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

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

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