#AC9DA9

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

Shades of London Hue #AC9DA9

Tints of London Hue #AC9DA9

Color information

#AC9DA9 (or 0xAC9DA9) is unknown color: approx London Hue. HEX triplet: AC, 9D and A9. RGB value is (172,157,169). Sum of RGB (Red+Green+Blue) = 172+157+169=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA9 is #536256. Grayscale: #A2A2A2. Windows color (decimal): -5464663 or 11115948. OLE color: 11115948.

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

Color convert

RGB172157169-
CMYK00.090.020.33
HSL312º8.29%64.51%-
HSV(B)312º8.72%67.45%-
XYZ36.2335.7542.53-
YUV162.85131.47134.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=34.54%
G=31.53%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215716900.090.020.333128.2964.51
HexAC9DA909221138841
Octal25423525101124147010101
Binary101011001001110110101001010011010000110011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DA9; }

 p { color: rgb(172,157,169); }

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

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

 a { background-color: rgb(172,157,169); }

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

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

 span { border-color: rgb(172,157,169); }

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