#A1939F

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

Shades of London Hue #A1939F

Tints of London Hue #A1939F

Color information

#A1939F (or 0xA1939F) is unknown color: approx London Hue. HEX triplet: A1, 93 and 9F. RGB value is (161,147,159). Sum of RGB (Red+Green+Blue) = 161+147+159=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A1939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1939F is #5E6C60. Grayscale: #989898. Windows color (decimal): -6188129 or 10458017. OLE color: 10458017.

HSL color Cylindrical-coordinate representation of color #A1939F: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1939F is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161147159-
CMYK00.090.010.37
HSL308.57º6.93%60.39%-
HSV(B)308.57º8.7%63.14%-
XYZ31.3930.9537.12-
YUV152.55131.64134.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=34.48%
G=31.48%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114715900.090.010.37308.576.9360.39
HexA1939F0912513573c
Octal241223237011145465774
Binary101000011001001110011111010011100101100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1939F; }

 p { color: rgb(161,147,159); }

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

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

 a { background-color: rgb(161,147,159); }

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

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

 span { border-color: rgb(161,147,159); }

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