#A98DA6

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

Shades of London Hue #A98DA6

Tints of London Hue #A98DA6

Color information

#A98DA6 (or 0xA98DA6) is unknown color: approx London Hue. HEX triplet: A9, 8D and A6. RGB value is (169,141,166). Sum of RGB (Red+Green+Blue) = 169+141+166=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A98DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DA6 is #567259. Grayscale: #989898. Windows color (decimal): -5665370 or 10915241. OLE color: 10915241.

HSL color Cylindrical-coordinate representation of color #A98DA6: hue angle of 306.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98DA6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169141166-
CMYK00.170.020.34
HSL306.43º14%60.78%-
HSV(B)306.43º16.57%66.27%-
XYZ32.7730.2440.19-
YUV152.22135.78139.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=35.50%
G=29.62%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914116600.170.020.34306.431460.78
HexA98DA6011222132e3d
Octal2512152460212424621675
Binary101010011000110110100110010001101000101001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DA6; }

 p { color: rgb(169,141,166); }

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

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

 a { background-color: rgb(169,141,166); }

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

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

 span { border-color: rgb(169,141,166); }

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