#AC9CA8

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

Shades of London Hue #AC9CA8

Tints of London Hue #AC9CA8

Color information

#AC9CA8 (or 0xAC9CA8) is unknown color: approx London Hue. HEX triplet: AC, 9C and A8. RGB value is (172,156,168). Sum of RGB (Red+Green+Blue) = 172+156+168=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA8 is #536357. Grayscale: #A2A2A2. Windows color (decimal): -5464920 or 11050156. OLE color: 11050156.

HSL color Cylindrical-coordinate representation of color #AC9CA8: hue angle of 315º 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 #AC9CA8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172156168-
CMYK00.090.020.33
HSL315º8.79%64.31%-
HSV(B)315º9.3%67.45%-
XYZ35.9735.3741.98-
YUV162.15131.3135.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=34.68%
G=31.45%
B=33.87%

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
Decimal17215616800.090.020.333158.7964.31
HexAC9CA80922113b940
Octal25423425001124147311100
Binary101011001001110010101000010011010000110011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CA8; }

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

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

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

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

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

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

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

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