Html Css Color HEX #A396A0 London Hue

📋 copy color: '#A396A0'

red 163 ◦ green 150 ◦ blue 160

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

Shades of London Hue #A396A0

Tints of London Hue #A396A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 34.46%
G = 31.71%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A396A0 (or 0xA396A0) is known color: London Hue. HEX triplet: A3, 96 and A0. RGB value is (163,150,160). Sum of RGB (Red+Green+Blue) = 163+150+160=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 163 - color contains mainly: red. Hex color #A396A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396A0 is #5C695F. Grayscale: #9B9B9B. Windows color (decimal): -6056288 or 10524323. OLE color: 10524323.

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

Color convert

RGB 163 150 160 -
CMYK 0 0.08 0.02 0.36
HSL 313.85º 0.07% 0.61% -
HSV(B) 313.85º 0.08% 0.64% -
XYZ 32.36 32.14 37.76 -
YUV 155.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 163 150 160 0 0.08 0.02 0.36 313.85 0.07 0.61
Hex A3 96 A0 0 8 2 24 13A 7 3D
Octal 243 226 240 0 10 2 44 472 7 75
Binary 10100011 10010110 10100000 0 1000 10 100100 100111010 111 111101

Color Harmonies of #A396A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396A0

Black with #A396A0

Text Example


Text Example

White with #A396A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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