#AC9CA9

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

Shades of London Hue #AC9CA9

Tints of London Hue #AC9CA9

Color information

#AC9CA9 (or 0xAC9CA9) is unknown color: approx London Hue. HEX triplet: AC, 9C and A9. RGB value is (172,156,169). Sum of RGB (Red+Green+Blue) = 172+156+169=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA9 is #536356. Grayscale: #A2A2A2. Windows color (decimal): -5464919 or 11115692. OLE color: 11115692.

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

Color convert

RGB172156169-
CMYK00.090.020.33
HSL311.25º8.79%64.31%-
HSV(B)311.25º9.3%67.45%-
XYZ36.0635.4142.47-
YUV162.27131.8134.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=34.61%
G=31.39%
B=34.00%

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
Decimal17215616900.090.020.33311.258.7964.31
HexAC9CA909221137940
Octal25423425101124146711100
Binary101011001001110010101001010011010000110011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CA9; }

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

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

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

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

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

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

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

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