#AC99AC

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

Shades of London Hue #AC99AC

Tints of London Hue #AC99AC

Color information

#AC99AC (or 0xAC99AC) is unknown color: approx London Hue. HEX triplet: AC, 99 and AC. RGB value is (172,153,172). Sum of RGB (Red+Green+Blue) = 172+153+172=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AC is #536653. Grayscale: #A0A0A0. Windows color (decimal): -5465684 or 11311532. OLE color: 11311532.

HSL color Cylindrical-coordinate representation of color #AC99AC: hue angle of 300º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC99AC is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172153172-
CMYK00.1100.33
HSL300º10.27%63.73%-
HSV(B)300º11.05%67.45%-
XYZ35.8534.5343.81-
YUV160.85134.29135.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=34.61%
G=30.78%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215317200.1100.3330010.2763.73
HexAC99AC0B02112ca40
Octal25423125401304145412100
Binary10101100100110011010110001011010000110010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99AC; }

 p { color: rgb(172,153,172); }

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

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

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

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

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

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

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