#AC98AE

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

Shades of London Hue #AC98AE

Tints of London Hue #AC98AE

Color information

#AC98AE (or 0xAC98AE) is unknown color: approx London Hue. HEX triplet: AC, 98 and AE. RGB value is (172,152,174). Sum of RGB (Red+Green+Blue) = 172+152+174=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC98AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AE is #536751. Grayscale: #A0A0A0. Windows color (decimal): -5465938 or 11442348. OLE color: 11442348.

HSL color Cylindrical-coordinate representation of color #AC98AE: hue angle of 294.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC98AE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172152174-
CMYK0.010.1300.32
HSL294.55º11.96%63.92%-
HSV(B)294.55º12.64%68.24%-
XYZ35.8834.2844.77-
YUV160.49135.63136.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=34.54%
G=30.52%
B=34.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721521740.010.1300.32294.5511.9663.92
HexAC98AE1D020127c40
Octal25423025611504044714100
Binary10101100100110001010111011101010000010010011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98AE; }

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

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

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

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

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

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

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

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