#AC9FAB

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

Shades of London Hue #AC9FAB

Tints of London Hue #AC9FAB

Color information

#AC9FAB (or 0xAC9FAB) is unknown color: approx London Hue. HEX triplet: AC, 9F and AB. RGB value is (172,159,171). Sum of RGB (Red+Green+Blue) = 172+159+171=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAB is #536054. Grayscale: #A4A4A4. Windows color (decimal): -5464149 or 11247532. OLE color: 11247532.

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

Color convert

RGB172159171-
CMYK00.080.010.33
HSL304.62º7.26%64.9%-
HSV(B)304.62º7.56%67.45%-
XYZ36.7636.5143.64-
YUV164.26131.81133.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=34.26%
G=31.67%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215917100.080.010.33304.627.2664.9
HexAC9FAB08121131741
Octal2542372530101414617101
Binary1010110010011111101010110100011000011001100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FAB; }

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

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

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

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

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

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

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

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