#AC93AE

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

Shades of London Hue #AC93AE

Tints of London Hue #AC93AE

Color information

#AC93AE (or 0xAC93AE) is unknown color: approx London Hue. HEX triplet: AC, 93 and AE. RGB value is (172,147,174). Sum of RGB (Red+Green+Blue) = 172+147+174=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93AE is #536C51. Grayscale: #9D9D9D. Windows color (decimal): -5467218 or 11441068. OLE color: 11441068.

HSL color Cylindrical-coordinate representation of color #AC93AE: hue angle of 295.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC93AE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172147174-
CMYK0.010.1600.32
HSL295.56º14.29%62.94%-
HSV(B)295.56º15.52%68.24%-
XYZ35.0932.6944.51-
YUV157.55137.28138.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=34.89%
G=29.82%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721471740.010.1600.32295.5614.2962.94
HexAC93AE110020128e3f
Octal2542232561200404501677
Binary10101100100100111010111011000001000001001010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93AE; }

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

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

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

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

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

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

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

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