#A998AB

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

Shades of London Hue #A998AB

Tints of London Hue #A998AB

Color information

#A998AB (or 0xA998AB) is unknown color: approx London Hue. HEX triplet: A9, 98 and AB. RGB value is (169,152,171). Sum of RGB (Red+Green+Blue) = 169+152+171=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A998AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AB is #566754. Grayscale: #9F9F9F. Windows color (decimal): -5662549 or 11245737. OLE color: 11245737.

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

Color convert

RGB169152171-
CMYK0.010.1100.33
HSL293.68º10.16%63.33%-
HSV(B)293.68º11.11%67.06%-
XYZ34.9433.8343.22-
YUV159.25134.63134.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=34.35%
G=30.89%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691521710.010.1100.33293.6810.1663.33
HexA998AB1B021126a3f
Octal2512302531130414461277
Binary1010100110011000101010111101101000011001001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998AB; }

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

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

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

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

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

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

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

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