#AC9CAA

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

Shades of London Hue #AC9CAA

Tints of London Hue #AC9CAA

Color information

#AC9CAA (or 0xAC9CAA) is unknown color: approx London Hue. HEX triplet: AC, 9C and AA. RGB value is (172,156,170). Sum of RGB (Red+Green+Blue) = 172+156+170=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAA is #536355. Grayscale: #A2A2A2. Windows color (decimal): -5464918 or 11181228. OLE color: 11181228.

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

Color convert

RGB172156170-
CMYK00.090.010.33
HSL307.5º8.79%64.31%-
HSV(B)307.5º9.3%67.45%-
XYZ36.1635.4542.97-
YUV162.38132.3134.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=34.54%
G=31.33%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215617000.090.010.33307.58.7964.31
HexAC9CAA09121134940
Octal25423425201114146411100
Binary10101100100111001010101001001110000110011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CAA; }

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

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

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

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

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

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

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

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