#A98EAB

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

Shades of London Hue #A98EAB

Tints of London Hue #A98EAB

Color information

#A98EAB (or 0xA98EAB) is unknown color: approx London Hue. HEX triplet: A9, 8E and AB. RGB value is (169,142,171). Sum of RGB (Red+Green+Blue) = 169+142+171=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #A98EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAB is #567154. Grayscale: #999999. Windows color (decimal): -5665109 or 11243177. OLE color: 11243177.

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

Color convert

RGB169142171-
CMYK0.010.1700.33
HSL295.86º14.72%61.37%-
HSV(B)295.86º16.96%67.06%-
XYZ33.3930.7242.7-
YUV153.38137.95139.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=35.06%
G=29.46%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691421710.010.1700.33295.8614.7261.37
HexA98EAB111021128f3d
Octal2512162531210414501775
Binary10101001100011101010101111000101000011001010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EAB; }

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

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

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

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

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

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

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

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