#AC92A7

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

Shades of London Hue #AC92A7

Tints of London Hue #AC92A7

Color information

#AC92A7 (or 0xAC92A7) is unknown color: approx London Hue. HEX triplet: AC, 92 and A7. RGB value is (172,146,167). Sum of RGB (Red+Green+Blue) = 172+146+167=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A7 is #536D58. Grayscale: #9C9C9C. Windows color (decimal): -5467481 or 10982060. OLE color: 10982060.

HSL color Cylindrical-coordinate representation of color #AC92A7: hue angle of 311.54º 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 #AC92A7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172146167-
CMYK00.150.030.33
HSL311.54º13.54%62.35%-
HSV(B)311.54º15.12%67.45%-
XYZ34.2732.1240.95-
YUV156.17134.11139.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 167 (65.62% from 255) = 34.43%
R=35.46%
G=30.10%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214616700.150.030.33311.5413.5462.35
HexAC92A70F321138e3e
Octal2542222470173414701676
Binary10101100100100101010011101111111000011001110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92A7; }

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

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

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

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

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

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

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

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