#AB98AA

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

Shades of London Hue #AB98AA

Tints of London Hue #AB98AA

Color information

#AB98AA (or 0xAB98AA) is unknown color: approx London Hue. HEX triplet: AB, 98 and AA. RGB value is (171,152,170). Sum of RGB (Red+Green+Blue) = 171+152+170=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #AB98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98AA is #546755. Grayscale: #9F9F9F. Windows color (decimal): -5531478 or 11180203. OLE color: 11180203.

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

Color convert

RGB171152170-
CMYK00.110.010.33
HSL303.16º10.16%63.33%-
HSV(B)303.16º11.11%67.06%-
XYZ35.2834.0242.74-
YUV159.73133.79136.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=34.69%
G=30.83%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115217000.110.010.33303.1610.1663.33
HexAB98AA0B12112fa3f
Octal2532302520131414571277
Binary1010101110011000101010100101111000011001011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98AA; }

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

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

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

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

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

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

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

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