#AC9EA8

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

Shades of London Hue #AC9EA8

Tints of London Hue #AC9EA8

Color information

#AC9EA8 (or 0xAC9EA8) is unknown color: approx London Hue. HEX triplet: AC, 9E and A8. RGB value is (172,158,168). Sum of RGB (Red+Green+Blue) = 172+158+168=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EA8 is #536157. Grayscale: #A3A3A3. Windows color (decimal): -5464408 or 11050668. OLE color: 11050668.

HSL color Cylindrical-coordinate representation of color #AC9EA8: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AC9EA8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172158168-
CMYK00.080.020.33
HSL317.14º7.78%64.71%-
HSV(B)317.14º8.14%67.45%-
XYZ36.3136.0542.09-
YUV163.33130.64134.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=34.54%
G=31.73%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215816800.080.020.33317.147.7864.71
HexAC9EA80822113d841
Octal25423625001024147510101
Binary101011001001111010101000010001010000110011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EA8; }

 p { color: rgb(172,158,168); }

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

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

 a { background-color: rgb(172,158,168); }

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

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

 span { border-color: rgb(172,158,168); }

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