#A991A5

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

Shades of London Hue #A991A5

Tints of London Hue #A991A5

Color information

#A991A5 (or 0xA991A5) is unknown color: approx London Hue. HEX triplet: A9, 91 and A5. RGB value is (169,145,165). Sum of RGB (Red+Green+Blue) = 169+145+165=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 169 - color contains mainly: red. Hex color #A991A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991A5 is #566E5A. Grayscale: #9A9A9A. Windows color (decimal): -5664347 or 10850729. OLE color: 10850729.

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

Color convert

RGB169145165-
CMYK00.140.020.34
HSL310º12.24%61.57%-
HSV(B)310º14.2%66.27%-
XYZ33.2831.439.9-
YUV154.46133.95138.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=35.28%
G=30.27%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914516500.140.020.3431012.2461.57
HexA991A50E222136c3e
Octal2512212450162424661476
Binary10101001100100011010010101110101000101001101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991A5; }

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

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

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

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

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

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

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

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