#A1949F

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

Shades of London Hue #A1949F

Tints of London Hue #A1949F

Color information

#A1949F (or 0xA1949F) is unknown color: approx London Hue. HEX triplet: A1, 94 and 9F. RGB value is (161,148,159). Sum of RGB (Red+Green+Blue) = 161+148+159=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 161 - color contains mainly: red. Hex color #A1949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1949F is #5E6B60. Grayscale: #999999. Windows color (decimal): -6187873 or 10458273. OLE color: 10458273.

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

Color convert

RGB161148159-
CMYK00.080.010.37
HSL309.23º6.47%60.59%-
HSV(B)309.23º8.07%63.14%-
XYZ31.5531.2637.17-
YUV153.14131.31133.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=34.40%
G=31.62%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114815900.080.010.37309.236.4760.59
HexA1949F0812513563d
Octal241224237010145465675
Binary101000011001010010011111010001100101100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1949F; }

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

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

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

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

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

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

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

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