#AC94AD

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

Shades of London Hue #AC94AD

Tints of London Hue #AC94AD

Color information

#AC94AD (or 0xAC94AD) is unknown color: approx London Hue. HEX triplet: AC, 94 and AD. RGB value is (172,148,173). Sum of RGB (Red+Green+Blue) = 172+148+173=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AD is #536B52. Grayscale: #9D9D9D. Windows color (decimal): -5466963 or 11375788. OLE color: 11375788.

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

Color convert

RGB172148173-
CMYK0.010.1400.32
HSL297.6º13.23%62.94%-
HSV(B)297.6º14.45%67.84%-
XYZ35.1532.9744.05-
YUV158.03136.45137.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=34.89%
G=30.02%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721481730.010.1400.32297.613.2362.94
HexAC94AD1E02012ad3f
Octal2542242551160404521577
Binary1010110010010100101011011111001000001001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94AD; }

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

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

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

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

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

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

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

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