#AC98AB

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

Shades of London Hue #AC98AB

Tints of London Hue #AC98AB

Color information

#AC98AB (or 0xAC98AB) is unknown color: approx London Hue. HEX triplet: AC, 98 and AB. RGB value is (172,152,171). Sum of RGB (Red+Green+Blue) = 172+152+171=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AB is #536754. Grayscale: #A0A0A0. Windows color (decimal): -5465941 or 11245740. OLE color: 11245740.

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

Color convert

RGB172152171-
CMYK00.120.010.33
HSL303º10.75%63.53%-
HSV(B)303º11.63%67.45%-
XYZ35.5934.1743.25-
YUV160.15134.13136.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=34.75%
G=30.71%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215217100.120.010.3330310.7563.53
HexAC98AB0C12112fb40
Octal25423025301414145713100
Binary10101100100110001010101101100110000110010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98AB; }

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

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

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

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

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

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

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

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