Html Css Color HEX #A394A1 London Hue

📋 copy color: '#A394A1'

red 163 ◦ green 148 ◦ blue 161

#A394A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A394A1

Tints of London Hue #A394A1

RGB

 RED value IS 163 (64.06% from 255) = 34.53%

 GREEN value IS 148 (58.2% from 255) = 31.36%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 34.53%
G = 31.36%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A394A1 (or 0xA394A1) is known color: London Hue. HEX triplet: A3, 94 and A1. RGB value is (163,148,161). Sum of RGB (Red+Green+Blue) = 163+148+161=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 163 - color contains mainly: red. Hex color #A394A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A394A1 is #5C6B5E. Grayscale: #999999. Windows color (decimal): -6056799 or 10589347. OLE color: 10589347.

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

Color convert

RGB 163 148 161 -
CMYK 0 0.09 0.01 0.36
HSL 308º 0.08% 0.61% -
HSV(B) 308º 0.09% 0.64% -
XYZ 32.13 31.54 38.11 -
YUV 153.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 163 148 161 0 0.09 0.01 0.36 308 0.08 0.61
Hex A3 94 A1 0 9 1 24 134 8 3D
Octal 243 224 241 0 11 1 44 464 10 75
Binary 10100011 10010100 10100001 0 1001 1 100100 100110100 1000 111101

Color Harmonies of #A394A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394A1

Black with #A394A1

Text Example


Text Example

White with #A394A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394A1; }

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

 H1.HeaderClassName
 {
   color: #A394A1;
 }
 .AnyTagClassName
 {
   color: #A394A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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