#AC92A4

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

Shades of London Hue #AC92A4

Tints of London Hue #AC92A4

Color information

#AC92A4 (or 0xAC92A4) is unknown color: approx London Hue. HEX triplet: AC, 92 and A4. RGB value is (172,146,164). Sum of RGB (Red+Green+Blue) = 172+146+164=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A4 is #536D5B. Grayscale: #9B9B9B. Windows color (decimal): -5467484 or 10785452. OLE color: 10785452.

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

Color convert

RGB172146164-
CMYK00.150.050.33
HSL318.46º13.54%62.35%-
HSV(B)318.46º15.12%67.45%-
XYZ33.9932.0139.51-
YUV155.83132.61139.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=35.68%
G=30.29%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214616400.150.050.33318.4613.5462.35
HexAC92A40F52113ee3e
Octal2542222440175414761676
Binary101011001001001010100100011111011000011001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92A4; }

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

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

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

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

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

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

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

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