#A396A1

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

Shades of London Hue #A396A1

Tints of London Hue #A396A1

Color information

#A396A1 (or 0xA396A1) is unknown color: approx London Hue. HEX triplet: A3, 96 and A1. RGB value is (163,150,161). Sum of RGB (Red+Green+Blue) = 163+150+161=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 163 - color contains mainly: red. Hex color #A396A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396A1 is #5C695E. Grayscale: #9B9B9B. Windows color (decimal): -6056287 or 10589859. OLE color: 10589859.

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

Color convert

RGB163150161-
CMYK00.080.010.36
HSL309.23º6.6%61.37%-
HSV(B)309.23º7.98%63.92%-
XYZ32.4432.1738.22-
YUV155.14131.31133.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=34.39%
G=31.65%
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.36
SystemRedGreenBlueCMYKHSL
Decimal16315016100.080.010.36309.236.661.37
HexA396A10812413573d
Octal243226241010144465775
Binary101000111001011010100001010001100100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396A1; }

 p { color: rgb(163,150,161); }

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

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

 a { background-color: rgb(163,150,161); }

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

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

 span { border-color: rgb(163,150,161); }

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