#AC9CAB

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

Shades of London Hue #AC9CAB

Tints of London Hue #AC9CAB

Color information

#AC9CAB (or 0xAC9CAB) is unknown color: approx London Hue. HEX triplet: AC, 9C and AB. RGB value is (172,156,171). Sum of RGB (Red+Green+Blue) = 172+156+171=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAB is #536354. Grayscale: #A2A2A2. Windows color (decimal): -5464917 or 11246764. OLE color: 11246764.

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

Color convert

RGB172156171-
CMYK00.090.010.33
HSL303.75º8.79%64.31%-
HSV(B)303.75º9.3%67.45%-
XYZ36.2535.4943.47-
YUV162.49132.8134.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=34.47%
G=31.26%
B=34.27%

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
Decimal17215617100.090.010.33303.758.7964.31
HexAC9CAB09121130940
Octal25423425301114146011100
Binary10101100100111001010101101001110000110011000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CAB; }

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

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

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

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

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

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

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

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