#A399A1

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

Shades of London Hue #A399A1

Tints of London Hue #A399A1

Color information

#A399A1 (or 0xA399A1) is unknown color: approx London Hue. HEX triplet: A3, 99 and A1. RGB value is (163,153,161). Sum of RGB (Red+Green+Blue) = 163+153+161=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 163 - color contains mainly: red. Hex color #A399A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399A1 is #5C665E. Grayscale: #9C9C9C. Windows color (decimal): -6055519 or 10590627. OLE color: 10590627.

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

Color convert

RGB163153161-
CMYK00.060.010.36
HSL312º5.15%61.96%-
HSV(B)312º6.13%63.92%-
XYZ32.9333.1438.38-
YUV156.9130.31132.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=34.17%
G=32.08%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315316100.060.010.363125.1561.96
HexA399A10612413853e
Octal24323124106144470576
Binary10100011100110011010000101101100100100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399A1; }

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

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

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

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

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

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

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

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