#AC98A9

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

Shades of London Hue #AC98A9

Tints of London Hue #AC98A9

Color information

#AC98A9 (or 0xAC98A9) is unknown color: approx London Hue. HEX triplet: AC, 98 and A9. RGB value is (172,152,169). Sum of RGB (Red+Green+Blue) = 172+152+169=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A9 is #536756. Grayscale: #9F9F9F. Windows color (decimal): -5465943 or 11114668. OLE color: 11114668.

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

Color convert

RGB172152169-
CMYK00.120.020.33
HSL309º10.75%63.53%-
HSV(B)309º11.63%67.45%-
XYZ35.434.0942.25-
YUV159.92133.13136.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=34.89%
G=30.83%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215216900.120.020.3330910.7563.53
HexAC98A90C221135b40
Octal25423025101424146513100
Binary101011001001100010101001011001010000110011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98A9; }

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

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

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

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

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

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

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

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