#AC9BAD

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

Shades of London Hue #AC9BAD

Tints of London Hue #AC9BAD

Color information

#AC9BAD (or 0xAC9BAD) is unknown color: approx London Hue. HEX triplet: AC, 9B and AD. RGB value is (172,155,173). Sum of RGB (Red+Green+Blue) = 172+155+173=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BAD is #536452. Grayscale: #A2A2A2. Windows color (decimal): -5465171 or 11377580. OLE color: 11377580.

HSL color Cylindrical-coordinate representation of color #AC9BAD: hue angle of 296.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BAD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172155173-
CMYK0.010.1000.32
HSL296.67º9.89%64.31%-
HSV(B)296.67º10.4%67.84%-
XYZ36.2835.2344.42-
YUV162.14134.13135.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=34.4%
G=31%
B=34.6%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721551730.010.1000.32296.679.8964.31
HexAC9BAD1A020129a40
Octal25423325511204045112100
Binary10101100100110111010110111010010000010010100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BAD; }

 p { color: rgb(172,155,173); }

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

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

 a { background-color: rgb(172,155,173); }

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

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

 span { border-color: rgb(172,155,173); }

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