#A98BA5

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

Shades of London Hue #A98BA5

Tints of London Hue #A98BA5

Color information

#A98BA5 (or 0xA98BA5) is unknown color: approx London Hue. HEX triplet: A9, 8B and A5. RGB value is (169,139,165). Sum of RGB (Red+Green+Blue) = 169+139+165=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A98BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BA5 is #56745A. Grayscale: #969696. Windows color (decimal): -5665883 or 10849193. OLE color: 10849193.

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

Color convert

RGB169139165-
CMYK00.180.020.34
HSL308º14.85%60.39%-
HSV(B)308º17.75%66.27%-
XYZ32.3929.6239.61-
YUV150.93135.94140.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=35.73%
G=29.39%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913916500.180.020.3430814.8560.39
HexA98BA5012222134f3c
Octal2512132450222424641774
Binary101010011000101110100101010010101000101001101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BA5; }

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

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

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

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

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

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

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

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