#AC93A4

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

Shades of London Hue #AC93A4

Tints of London Hue #AC93A4

Color information

#AC93A4 (or 0xAC93A4) is unknown color: approx London Hue. HEX triplet: AC, 93 and A4. RGB value is (172,147,164). Sum of RGB (Red+Green+Blue) = 172+147+164=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A4 is #536C5B. Grayscale: #9C9C9C. Windows color (decimal): -5467228 or 10785708. OLE color: 10785708.

HSL color Cylindrical-coordinate representation of color #AC93A4: hue angle of 319.2º 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 #AC93A4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172147164-
CMYK00.150.050.33
HSL319.2º13.09%62.55%-
HSV(B)319.2º14.53%67.45%-
XYZ34.1532.3239.56-
YUV156.41132.28139.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=35.61%
G=30.43%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214716400.150.050.33319.213.0962.55
HexAC93A40F52113fd3f
Octal2542232440175414771577
Binary101011001001001110100100011111011000011001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93A4; }

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

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

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

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

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

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

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

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