#AC92AD

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

Shades of London Hue #AC92AD

Tints of London Hue #AC92AD

Color information

#AC92AD (or 0xAC92AD) is unknown color: approx London Hue. HEX triplet: AC, 92 and AD. RGB value is (172,146,173). Sum of RGB (Red+Green+Blue) = 172+146+173=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92AD is #536D52. Grayscale: #9C9C9C. Windows color (decimal): -5467475 or 11375276. OLE color: 11375276.

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

Color convert

RGB172146173-
CMYK0.010.1600.32
HSL297.78º14.14%62.55%-
HSV(B)297.78º15.61%67.84%-
XYZ34.8332.3543.94-
YUV156.85137.11138.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=35.03%
G=29.74%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721461730.010.1600.32297.7814.1462.55
HexAC92AD11002012ae3f
Octal2542222551200404521677
Binary10101100100100101010110111000001000001001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92AD; }

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

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

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

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

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

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

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

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