#AC94AE

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

Shades of London Hue #AC94AE

Tints of London Hue #AC94AE

Color information

#AC94AE (or 0xAC94AE) is unknown color: approx London Hue. HEX triplet: AC, 94 and AE. RGB value is (172,148,174). Sum of RGB (Red+Green+Blue) = 172+148+174=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC94AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AE is #536B51. Grayscale: #9E9E9E. Windows color (decimal): -5466962 or 11441324. OLE color: 11441324.

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

Color convert

RGB172148174-
CMYK0.010.1500.32
HSL295.38º13.83%63.14%-
HSV(B)295.38º14.94%68.24%-
XYZ35.2433.0144.56-
YUV158.14136.95137.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=34.82%
G=29.96%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721481740.010.1500.32295.3813.8363.14
HexAC94AE1F020127e3f
Octal2542242561170404471677
Binary1010110010010100101011101111101000001001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94AE; }

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

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

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

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

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

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

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

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