#A991A4

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

Shades of London Hue #A991A4

Tints of London Hue #A991A4

Color information

#A991A4 (or 0xA991A4) is unknown color: approx London Hue. HEX triplet: A9, 91 and A4. RGB value is (169,145,164). Sum of RGB (Red+Green+Blue) = 169+145+164=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A991A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991A4 is #566E5B. Grayscale: #9A9A9A. Windows color (decimal): -5664348 or 10785193. OLE color: 10785193.

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

Color convert

RGB169145164-
CMYK00.140.030.34
HSL312.5º12.24%61.57%-
HSV(B)312.5º14.2%66.27%-
XYZ33.1931.3739.43-
YUV154.34133.45138.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=35.36%
G=30.33%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914516400.140.030.34312.512.2461.57
HexA991A40E322138c3e
Octal2512212440163424701476
Binary10101001100100011010010001110111000101001110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991A4; }

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

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

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

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

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

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

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

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