#A1949E

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

Shades of London Hue #A1949E

Tints of London Hue #A1949E

Color information

#A1949E (or 0xA1949E) is unknown color: approx London Hue. HEX triplet: A1, 94 and 9E. RGB value is (161,148,158). Sum of RGB (Red+Green+Blue) = 161+148+158=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A1949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1949E is #5E6B61. Grayscale: #999999. Windows color (decimal): -6187874 or 10392737. OLE color: 10392737.

HSL color Cylindrical-coordinate representation of color #A1949E: hue angle of 313.85º 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 #A1949E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161148158-
CMYK00.080.020.37
HSL313.85º6.47%60.59%-
HSV(B)313.85º8.07%63.14%-
XYZ31.4631.2336.72-
YUV153.03130.81133.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=34.48%
G=31.69%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114815800.080.020.37313.856.4760.59
HexA1949E0822513a63d
Octal241224236010245472675
Binary1010000110010100100111100100010100101100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1949E; }

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

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

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

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

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

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

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

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