#AC98AC

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

Shades of London Hue #AC98AC

Tints of London Hue #AC98AC

Color information

#AC98AC (or 0xAC98AC) is unknown color: approx London Hue. HEX triplet: AC, 98 and AC. RGB value is (172,152,172). Sum of RGB (Red+Green+Blue) = 172+152+172=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC98AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AC is #536753. Grayscale: #A0A0A0. Windows color (decimal): -5465940 or 11311276. OLE color: 11311276.

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

Color convert

RGB172152172-
CMYK00.1200.33
HSL300º10.75%63.53%-
HSV(B)300º11.63%67.45%-
XYZ35.6934.2143.75-
YUV160.26134.63136.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=34.68%
G=30.65%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215217200.1200.3330010.7563.53
HexAC98AC0C02112cb40
Octal25423025401404145413100
Binary10101100100110001010110001100010000110010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98AC; }

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

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

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

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

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

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

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

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