#AC9CAE

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

Shades of London Hue #AC9CAE

Tints of London Hue #AC9CAE

Color information

#AC9CAE (or 0xAC9CAE) is unknown color: approx London Hue. HEX triplet: AC, 9C and AE. RGB value is (172,156,174). Sum of RGB (Red+Green+Blue) = 172+156+174=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAE is #536351. Grayscale: #A2A2A2. Windows color (decimal): -5464914 or 11443372. OLE color: 11443372.

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

Color convert

RGB172156174-
CMYK0.010.1000.32
HSL293.33º10%64.71%-
HSV(B)293.33º10.34%68.24%-
XYZ36.5435.644.99-
YUV162.84134.3134.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=34.26%
G=31.08%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721561740.010.1000.32293.331064.71
HexAC9CAE1A020125a41
Octal25423425611204044512101
Binary10101100100111001010111011010010000010010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CAE; }

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

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

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

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

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

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

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

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