#AC92AA

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

Shades of London Hue #AC92AA

Tints of London Hue #AC92AA

Color information

#AC92AA (or 0xAC92AA) is unknown color: approx London Hue. HEX triplet: AC, 92 and AA. RGB value is (172,146,170). Sum of RGB (Red+Green+Blue) = 172+146+170=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92AA is #536D55. Grayscale: #9C9C9C. Windows color (decimal): -5467478 or 11178668. OLE color: 11178668.

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

Color convert

RGB172146170-
CMYK00.150.010.33
HSL304.62º13.54%62.35%-
HSV(B)304.62º15.12%67.45%-
XYZ34.5532.2342.43-
YUV156.51135.61139.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=35.25%
G=29.92%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214617000.150.010.33304.6213.5462.35
HexAC92AA0F121131e3e
Octal2542222520171414611676
Binary1010110010010010101010100111111000011001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92AA; }

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

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

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

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

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

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

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

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