#A999A5

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

Shades of London Hue #A999A5

Tints of London Hue #A999A5

Color information

#A999A5 (or 0xA999A5) is unknown color: approx London Hue. HEX triplet: A9, 99 and A5. RGB value is (169,153,165). Sum of RGB (Red+Green+Blue) = 169+153+165=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A999A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999A5 is #56665A. Grayscale: #9F9F9F. Windows color (decimal): -5662299 or 10852777. OLE color: 10852777.

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

Color convert

RGB169153165-
CMYK00.090.020.34
HSL315º8.51%63.14%-
HSV(B)315º9.47%66.27%-
XYZ34.5433.9340.33-
YUV159.15131.3135.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=34.70%
G=31.42%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915316500.090.020.343158.5163.14
HexA999A50922213b93f
Octal2512312450112424731177
Binary10101001100110011010010101001101000101001110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999A5; }

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

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

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

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

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

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

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

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