#A98DA5

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

Shades of London Hue #A98DA5

Tints of London Hue #A98DA5

Color information

#A98DA5 (or 0xA98DA5) is unknown color: approx London Hue. HEX triplet: A9, 8D and A5. RGB value is (169,141,165). Sum of RGB (Red+Green+Blue) = 169+141+165=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A98DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DA5 is #56725A. Grayscale: #989898. Windows color (decimal): -5665371 or 10849705. OLE color: 10849705.

HSL color Cylindrical-coordinate representation of color #A98DA5: hue angle of 308.57º 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 #A98DA5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169141165-
CMYK00.170.020.34
HSL308.57º14%60.78%-
HSV(B)308.57º16.57%66.27%-
XYZ32.6830.239.7-
YUV152.11135.28140.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=35.58%
G=29.68%
B=34.74%

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
Decimal16914116500.170.020.34308.571460.78
HexA98DA5011222135e3d
Octal2512152450212424651675
Binary101010011000110110100101010001101000101001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DA5; }

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

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

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

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

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

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

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

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