#AB98AC

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

Shades of London Hue #AB98AC

Tints of London Hue #AB98AC

Color information

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

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

Color convert

RGB171152172-
CMYK0.010.1200.33
HSL297º10.75%63.53%-
HSV(B)297º11.63%67.45%-
XYZ35.4734.0943.74-
YUV159.96134.79135.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711521720.010.1200.3329710.7563.53
HexAB98AC1C021129b40
Octal25323025411404145113100
Binary10101011100110001010110011100010000110010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98AC; }

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

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

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

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

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

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

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

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